Skip to content

Commit 969e01f

Browse files
committed
feat: added etherlink and testnet
1 parent ca57894 commit 969e01f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,22 @@ export const builtinChains: ChainConfig[] = [
186186
browserURL: "https://arbiscan.io/",
187187
},
188188
},
189+
{
190+
network: "etherlink",
191+
chainId: 42793,
192+
urls: {
193+
apiURL: "https://explorer.etherlink.com/api/v2",
194+
browserURL: "https://explorer.etherlink.com",
195+
},
196+
},
197+
{
198+
network: "etherlinkTestnet",
199+
chainId: 128123,
200+
urls: {
201+
apiURL: "https://testnet-explorer.etherlink.com/api/v2",
202+
browserURL: "https://testnet-explorer.etherlink.com",
203+
},
204+
},
189205
{
190206
network: "avalancheFujiTestnet",
191207
chainId: 43113,

0 commit comments

Comments
 (0)