Skip to content

Commit

Permalink
Revert l1 network for Arbitrum Görli.
Browse files Browse the repository at this point in the history
Co-authored-by: nicholaspai <[email protected]>
  • Loading branch information
pxrl and nicholaspai authored Jul 17, 2023
1 parent efdc070 commit 08eeaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const config: HardhatUserConfig = {
url: "https://goerli-rollup.arbitrum.io/rpc",
saveDeployments: true,
accounts: { mnemonic },
companionNetworks: { l1: "sepolia" },
companionNetworks: { l1: "goerli" },
},
rinkeby: {
chainId: 4,
Expand Down

0 comments on commit 08eeaae

Please sign in to comment.