File tree 2 files changed +21
-0
lines changed
packages/hardhat-verify/src/internal
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @nomicfoundation/hardhat-verify " : patch
3
+ ---
4
+
5
+ Added polygonZkEVM and polygonZkEVMTestnet
Original file line number Diff line number Diff line change @@ -106,6 +106,14 @@ export const builtinChains: ChainConfig[] = [
106
106
browserURL : "https://goerli-optimism.etherscan.io/" ,
107
107
} ,
108
108
} ,
109
+ {
110
+ network : "polygonZkEVM" ,
111
+ chainId : 1101 ,
112
+ urls : {
113
+ apiURL : "https://api-zkevm.polygonscan.com/api" ,
114
+ browserURL : "https://zkevm.polygonscan.com" ,
115
+ } ,
116
+ } ,
109
117
{
110
118
network : "moonbeam" ,
111
119
chainId : 1284 ,
@@ -130,6 +138,14 @@ export const builtinChains: ChainConfig[] = [
130
138
browserURL : "https://moonbase.moonscan.io/" ,
131
139
} ,
132
140
} ,
141
+ {
142
+ network : "polygonZkEVMTestnet" ,
143
+ chainId : 1442 ,
144
+ urls : {
145
+ apiURL : "https://api-testnet-zkevm.polygonscan.com/api" ,
146
+ browserURL : "https://testnet-zkevm.polygonscan.com" ,
147
+ } ,
148
+ } ,
133
149
{
134
150
network : "ftmTestnet" ,
135
151
chainId : 4002 ,
You can’t perform that action at this time.
0 commit comments