File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1307
1307
"rpcUrl" : " https://rpc-mainnet.spiderman.com/rpc/" ,
1308
1308
"networkId" : 143 ,
1309
1309
"type" : " EvmChain"
1310
+ },
1311
+ {
1312
+ "id" : " zero_gravity" ,
1313
+ "mainnet" : true ,
1314
+ "rpcUrl" : " http://evmrpc.0g.ai/" ,
1315
+ "networkId" : 16661 ,
1316
+ "type" : " EvmChain"
1310
1317
}
1311
1318
]
Original file line number Diff line number Diff line change 863
863
"chain" : " spiderman" ,
864
864
"address" : " 0x2880aB155794e7179c9eE2e38200202908C17B43" ,
865
865
"type" : " EvmPriceFeedContract"
866
+ },
867
+ {
868
+ "chain" : " zero_gravity" ,
869
+ "address" : " 0x2880aB155794e7179c9eE2e38200202908C17B43" ,
870
+ "type" : " EvmPriceFeedContract"
866
871
}
867
- ]
872
+ ]
Original file line number Diff line number Diff line change 868
868
"chain" : " spiderman" ,
869
869
"address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
870
870
"type" : " EvmWormholeContract"
871
+ },
872
+ {
873
+ "chain" : " zero_gravity" ,
874
+ "address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
875
+ "type" : " EvmWormholeContract"
871
876
}
872
- ]
877
+ ]
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ export const RECEIVER_CHAINS = {
116
116
iota_sui_mainnet : 60085 ,
117
117
camp_network : 60086 ,
118
118
spiderman : 60087 ,
119
+ zero_gravity : 60088 ,
119
120
120
121
// Testnets as a separate chain ids (to use stable data sources and governance for them)
121
122
injective_testnet : 60013 ,
You can’t perform that action at this time.
0 commit comments