Skip to content

Commit

Permalink
[hh-etherscan] Add arbitrumGoerli network
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Oct 26, 2022
1 parent 4691806 commit a2cd4ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/hardhat-etherscan/src/ChainConfig.ts
Expand Up @@ -121,6 +121,13 @@ export const chainConfig: ChainConfig = {
browserURL: "https://arbiscan.io/",
},
},
arbitrumGoerli: {
chainId: 421613,
urls: {
apiURL: "https://api-goerli.arbiscan.io/api",
browserURL: "https://goerli.arbiscan.io/",
},
},
arbitrumTestnet: {
chainId: 421611,
urls: {
Expand Down

0 comments on commit a2cd4ac

Please sign in to comment.