File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
contract-verification/src/app/utils
remix-ide/src/app/plugins/walletconnect/utils Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 325
325
"5112" : {
326
326
"apiUrl" : " https://explorer.ham.fun"
327
327
},
328
+ "57073" : {
329
+ "apiUrl" : " https://explorer.inkonchain.com"
330
+ },
328
331
"6398" : {
329
332
"apiUrl" : " https://connext-sepolia.blockscout.com"
330
333
},
463
466
"686868" : {
464
467
"apiUrl" : " https://scan.wonnetwork.org"
465
468
},
469
+ "763373" : {
470
+ "apiUrl" : " https://explorer-sepolia.inkonchain.com"
471
+ },
466
472
"782251" : {
467
473
"apiUrl" : " https://testnet.explorer.stack.so"
468
474
},
593
599
"151" : { "type" : " mainnet" },
594
600
"62707" : { "type" : " mainnet" },
595
601
"70953" : { "type" : " mainnet" },
602
+ "57073" : { "type" : " mainnet" },
596
603
"64165" : { "type" : " testnet" },
597
604
"49321" : { "type" : " testnet" },
598
605
"80084" : { "type" : " testnet" },
Original file line number Diff line number Diff line change @@ -45,5 +45,13 @@ export const constants = {
45
45
inkSepolia ,
46
46
zkSync ,
47
47
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
+ }
49
57
}
You can’t perform that action at this time.
0 commit comments