Skip to content

Commit

Permalink
Add Polygon Amoy testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
schaable committed May 6, 2024
1 parent d40e08c commit e7b12df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-books-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-verify": patch
---

Added Polygon Amoy testnet (thanks @FournyP!)
8 changes: 8 additions & 0 deletions packages/hardhat-verify/src/internal/chain-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ export const builtinChains: ChainConfig[] = [
browserURL: "https://snowtrace.io/",
},
},
{
network: "polygonMumbai",
chainId: 80001,
urls: {
apiURL: "https://api-testnet.polygonscan.com/api",
browserURL: "https://mumbai.polygonscan.com/",
},
},
{
network: "polygonAmoy",
chainId: 80002,
Expand Down

0 comments on commit e7b12df

Please sign in to comment.