We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e86ba0 commit 39dbcf6Copy full SHA for 39dbcf6
src/explorers/routescan.json
@@ -354,6 +354,11 @@
354
"explorer": "80094.routescan.io",
355
"chainId": 80094
356
},
357
+ {
358
+ "api": "https://api.routescan.io/v2/network/mainnet/evm/57073/etherscan",
359
+ "explorer": "https://57073.routescan.io/",
360
+ "chainId": 57073
361
+ },
362
{
363
"api": "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan",
364
"explorer": "43113.routescan.io",
src/types.ts
@@ -71,4 +71,5 @@ export enum Networks {
71
scroll = 534352,
72
zkevm = 1101,
73
celo = 42220,
74
+ ink = 57073,
75
}
0 commit comments