Skip to content

Commit

Permalink
Merge pull request #508 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to Main
  • Loading branch information
Jeday authored Oct 14, 2024
2 parents 095515a + 8b48c24 commit f7c472d
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 f7c472d

Please sign in to comment.