Skip to content

Commit

Permalink
add basescan to verify smart contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Aug 4, 2023
1 parent 35285d4 commit a076a9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hardhat.config.ts
Expand Up @@ -137,6 +137,14 @@ export default {
browserURL: "https://alfajores.celoscan.io/"
}
},
{
network: "base",
chainId: 8453,
urls: {
apiURL: "https://api.basescan.org/api",
browserURL: "https://basescan.org"
}
},
{
network: "basegoerli",
chainId: 84531,
Expand Down

0 comments on commit a076a9d

Please sign in to comment.