Skip to content

Commit c4cddac

Browse files
authoredMar 5, 2024··
Merge pull request #4957 from invocamanman/edit-polygon-zkevm-testnet
Update polygon zkevm cardona testnet
2 parents f33ce2b + 91d035e commit c4cddac

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎.changeset/olive-kiwis-guess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-verify": patch
3+
---
4+
5+
Updated polygonZkEVMTestnet to point to cardona testnet

‎packages/hardhat-verify/src/internal/chain-config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ export const builtinChains: ChainConfig[] = [
140140
},
141141
{
142142
network: "polygonZkEVMTestnet",
143-
chainId: 1442,
143+
chainId: 2442,
144144
urls: {
145-
apiURL: "https://api-testnet-zkevm.polygonscan.com/api",
146-
browserURL: "https://testnet-zkevm.polygonscan.com",
145+
apiURL: "https://api-cardona-zkevm.polygonscan.com/api",
146+
browserURL: "https://cardona-zkevm.polygonscan.com",
147147
},
148148
},
149149
{

0 commit comments

Comments
 (0)
Please sign in to comment.