File tree Expand file tree Collapse file tree 5 files changed +25
-2
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 5 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1329
1329
"networkId" : 91342 ,
1330
1330
"type" : " EvmChain"
1331
1331
},
1332
+ {
1333
+ "id" : " itsnotreal2" ,
1334
+ "mainnet" : true ,
1335
+ "rpcUrl" : " https://rpc.itsnotreal2.lol" ,
1336
+ "networkId" : 5064014 ,
1337
+ "type" : " EvmChain"
1338
+ },
1332
1339
{
1333
1340
"id" : " plasma" ,
1334
1341
"mainnet" : true ,
Original file line number Diff line number Diff line change 233
233
"chain" : " giwa_testnet" ,
234
234
"address" : " 0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c" ,
235
235
"type" : " EvmExecutorContract"
236
+ },
237
+ {
238
+ "chain" : " itsnotreal2" ,
239
+ "address" : " 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
240
+ "type" : " EvmExecutorContract"
236
241
}
237
- ]
242
+ ]
Original file line number Diff line number Diff line change 63
63
"chain" : " itsnotreal" ,
64
64
"address" : " 0xACeA761c27A909d4D3895128EBe6370FDE2dF481" ,
65
65
"type" : " EvmLazerContract"
66
+ },
67
+ {
68
+ "chain" : " itsnotreal2" ,
69
+ "address" : " 0xACeA761c27A909d4D3895128EBe6370FDE2dF481" ,
70
+ "type" : " EvmLazerContract"
66
71
}
67
72
]
Original file line number Diff line number Diff line change 884
884
"address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
885
885
"type" : " EvmWormholeContract"
886
886
},
887
+ {
888
+ "chain" : " itsnotreal2" ,
889
+ "address" : " 0x35a58BeeE77a2Ad547FcDed7e8CB1c6e19746b13" ,
890
+ "type" : " EvmWormholeContract"
891
+ },
887
892
{
888
893
"chain" : " plasma" ,
889
894
"address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
890
895
"type" : " EvmWormholeContract"
891
896
}
892
- ]
897
+ ]
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export const RECEIVER_CHAINS = {
119
119
zero_gravity : 60088 ,
120
120
itsnotreal : 60089 ,
121
121
plasma : 60090 ,
122
+ itsnotreal2 : 60091 ,
122
123
123
124
// Testnets as a separate chain ids (to use stable data sources and governance for them)
124
125
injective_testnet : 60013 ,
You can’t perform that action at this time.
0 commit comments