File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed
apps/remix-ide/src/app/plugins/walletconnect/utils Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,22 @@ export const bsc = {
54
54
rpcUrl : 'https://rpc.ankr.com/bsc'
55
55
}
56
56
57
+ export const ink = {
58
+ chainId : 57073 ,
59
+ name : 'Ink' ,
60
+ currency : 'ETH' ,
61
+ explorerUrl : 'https://explorer.inkonchain.com' ,
62
+ rpcUrl : 'https://rpc-gel.inkonchain.com'
63
+ }
64
+
65
+ export const inkSepolia = {
66
+ chainId : 763373 ,
67
+ name : 'Ink Sepolia' ,
68
+ currency : 'ETH' ,
69
+ explorerUrl : 'https://explorer-sepolia.inkonchain.com' ,
70
+ rpcUrl : 'https://rpc-gel-sepolia.inkonchain.com'
71
+ }
72
+
57
73
export const optimism = {
58
74
chainId : 10 ,
59
75
name : 'Optimism' ,
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ import {
16
16
bsc ,
17
17
celo ,
18
18
gnosis ,
19
+ ink ,
20
+ inkSepolia ,
19
21
zkSync ,
20
22
zora ,
21
23
} from './chains'
@@ -39,15 +41,9 @@ export const constants = {
39
41
bsc ,
40
42
celo ,
41
43
gnosis ,
44
+ ink ,
45
+ inkSepolia ,
42
46
zkSync ,
43
47
zora ,
44
- ] ,
45
- // @ts -ignore
46
- PROJECT_ID : WALLET_CONNECT_PROJECT_ID ,
47
- METADATA : {
48
- name : 'Remix IDE' ,
49
- description : 'The Native IDE for Web3 Development.' ,
50
- url : 'https://remix.ethereum.org/' ,
51
- icons : [ 'https://remix.ethereum.org/favicon.ico' ] ,
52
- }
53
- }
48
+ ]
49
+ }
You can’t perform that action at this time.
0 commit comments