Skip to content

Commit

Permalink
Fix Goerli Optimism URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Oct 26, 2022
1 parent 3f162e2 commit 4691806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hardhat-etherscan/src/ChainConfig.ts
Expand Up @@ -96,8 +96,8 @@ export const chainConfig: ChainConfig = {
optimisticGoerli: {
chainId: 420,
urls: {
apiURL: "https://api-goerli-optimistic.etherscan.io/api",
browserURL: "https://goerli-optimistic.etherscan.io/",
apiURL: "https://api-goerli-optimism.etherscan.io/api",
browserURL: "https://goerli-optimism.etherscan.io/",
},
},
polygon: {
Expand Down

0 comments on commit 4691806

Please sign in to comment.