Skip to content

Commit e7ca0f3

Browse files
CruzMolinaAniket-Engg
authored andcommitted
feat: add ink & ink sepolia support for contract verification
1 parent e97f3a0 commit e7ca0f3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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
@@ -325,6 +325,9 @@
325325
"5112": {
326326
"apiUrl": "https://explorer.ham.fun"
327327
},
328+
"57073": {
329+
"apiUrl": "https://explorer.inkonchain.com"
330+
},
328331
"6398": {
329332
"apiUrl": "https://connext-sepolia.blockscout.com"
330333
},
@@ -463,6 +466,9 @@
463466
"686868": {
464467
"apiUrl": "https://scan.wonnetwork.org"
465468
},
469+
"763373": {
470+
"apiUrl": "https://explorer-sepolia.inkonchain.com"
471+
},
466472
"782251": {
467473
"apiUrl": "https://testnet.explorer.stack.so"
468474
},
@@ -593,6 +599,7 @@
593599
"151": { "type": "mainnet" },
594600
"62707": { "type": "mainnet" },
595601
"70953": { "type": "mainnet" },
602+
"57073": { "type": "mainnet" },
596603
"64165": { "type": "testnet" },
597604
"49321": { "type": "testnet" },
598605
"80084": { "type": "testnet" },

apps/remix-ide/src/app/plugins/walletconnect/utils/constants.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,13 @@ export const constants = {
4545
inkSepolia,
4646
zkSync,
4747
zora,
48-
]
48+
],
49+
// @ts-ignore
50+
PROJECT_ID: WALLET_CONNECT_PROJECT_ID,
51+
METADATA: {
52+
name: 'Remix IDE',
53+
description: 'The Native IDE for Web3 Development.',
54+
url: 'https://remix.ethereum.org/',
55+
icons: ['https://remix.ethereum.org/favicon.ico'],
56+
}
4957
}

0 commit comments

Comments
 (0)