Skip to content

Commit 9f05cf6

Browse files
committed
feat: add ink & ink sepolia support for contract verification
1 parent 49ff512 commit 9f05cf6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/contract-verification/src/app/utils/default-apis.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@
359359
"5112": {
360360
"apiUrl": "https://explorer.ham.fun"
361361
},
362+
"57073": {
363+
"apiUrl": "https://explorer.inkonchain.com"
364+
},
362365
"6398": {
363366
"apiUrl": "https://connext-sepolia.blockscout.com"
364367
},
@@ -497,6 +500,9 @@
497500
"686868": {
498501
"apiUrl": "https://scan.wonnetwork.org"
499502
},
503+
"763373": {
504+
"apiUrl": "https://explorer-sepolia.inkonchain.com"
505+
},
500506
"782251": {
501507
"apiUrl": "https://testnet.explorer.stack.so"
502508
},
@@ -627,6 +633,7 @@
627633
"151": { "type": "mainnet" },
628634
"62707": { "type": "mainnet" },
629635
"70953": { "type": "mainnet" },
636+
"57073": { "type": "mainnet" },
630637
"64165": { "type": "testnet" },
631638
"49321": { "type": "testnet" },
632639
"80084": { "type": "testnet" },

0 commit comments

Comments
 (0)