Skip to content

Commit

Permalink
fix: sepolia optimism network configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Feb 8, 2024
1 parent 0ef6977 commit f7d0556
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 928 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const hardhatConfig: HardhatUserConfig = {
},
[eOptimismNetwork.main]: getCommonNetworkConfig(eOptimismNetwork.main, 10),
[eOptimismNetwork.testnet]: {
...getCommonNetworkConfig(eOptimismNetwork.testnet, 69),
...getCommonNetworkConfig(eOptimismNetwork.testnet, 11155420),
companionNetworks: {
l1: 'sepolia',
},
Expand Down
2 changes: 1 addition & 1 deletion helper-hardhat-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export const NETWORKS_RPC_URL: iParamsPerNetwork<string> = {
[eArbitrumNetwork.arbitrum]: `https://arb1.arbitrum.io/rpc`,
[eArbitrumNetwork.arbitrumTestnet]: `https://rinkeby.arbitrum.io/rpc`,
[eOptimismNetwork.main]: `https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}`,
[eOptimismNetwork.testnet]: `https://opt-sepolia.g.alchemy.com/v2/${ALCHEMY_KEY}`,
[eOptimismNetwork.testnet]: "https://sepolia.optimism.io",
};
Loading

0 comments on commit f7d0556

Please sign in to comment.