Skip to content

Commit 39dbcf6

Browse files
authored
feat: add Ink network to routescan (#37)
* feat: add Ink network to routescan * fix: added ink to types * fix: add on correct spot * fix: lint
1 parent 5e86ba0 commit 39dbcf6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/explorers/routescan.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,11 @@
354354
"explorer": "80094.routescan.io",
355355
"chainId": 80094
356356
},
357+
{
358+
"api": "https://api.routescan.io/v2/network/mainnet/evm/57073/etherscan",
359+
"explorer": "https://57073.routescan.io/",
360+
"chainId": 57073
361+
},
357362
{
358363
"api": "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan",
359364
"explorer": "43113.routescan.io",

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ export enum Networks {
7171
scroll = 534352,
7272
zkevm = 1101,
7373
celo = 42220,
74+
ink = 57073,
7475
}

0 commit comments

Comments
 (0)