Skip to content

Commit

Permalink
fix: rpc config for Optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday authored Oct 14, 2024
1 parent efd07b9 commit 8b48c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,13 @@ export default withBundleAnalyzer({
basePath,
developmentMode,

// ETH rpcs
defaultChain: process.env.DEFAULT_CHAIN,
rpcUrls_1: process.env.EL_RPC_URLS_1,
rpcUrls_17000: process.env.EL_RPC_URLS_17000,
rpcUrls_11155111: process.env.EL_RPC_URLS_11155111,
// OP rpcs
rpcUrls_10: process.env.EL_RPC_URLS_10,
rpcUrls_11155420: process.env.EL_RPC_URLS_11155420,

cspTrustedHosts: process.env.CSP_TRUSTED_HOSTS,
Expand Down

0 comments on commit 8b48c24

Please sign in to comment.