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 13071307 "rpcUrl" : " https://rpc-mainnet.spiderman.com/rpc/" ,
13081308 "networkId" : 143 ,
13091309 "type" : " EvmChain"
1310+ },
1311+ {
1312+ "id" : " zero_gravity" ,
1313+ "mainnet" : true ,
1314+ "rpcUrl" : " http://evmrpc.0g.ai/" ,
1315+ "networkId" : 16661 ,
1316+ "type" : " EvmChain"
13101317 }
13111318]
Original file line number Diff line number Diff line change 863863 "chain" : " spiderman" ,
864864 "address" : " 0x2880aB155794e7179c9eE2e38200202908C17B43" ,
865865 "type" : " EvmPriceFeedContract"
866+ },
867+ {
868+ "chain" : " zero_gravity" ,
869+ "address" : " 0x2880aB155794e7179c9eE2e38200202908C17B43" ,
870+ "type" : " EvmPriceFeedContract"
866871 }
867- ]
872+ ]
Original file line number Diff line number Diff line change 868868 "chain" : " spiderman" ,
869869 "address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
870870 "type" : " EvmWormholeContract"
871+ },
872+ {
873+ "chain" : " zero_gravity" ,
874+ "address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
875+ "type" : " EvmWormholeContract"
871876 }
872- ]
877+ ]
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ export const RECEIVER_CHAINS = {
116116 iota_sui_mainnet : 60085 ,
117117 camp_network : 60086 ,
118118 spiderman : 60087 ,
119+ zero_gravity : 60088 ,
119120
120121 // Testnets as a separate chain ids (to use stable data sources and governance for them)
121122 injective_testnet : 60013 ,
You can’t perform that action at this time.
0 commit comments