Skip to content

Commit eae1d4d

Browse files
authored
chore(pricefeeds) Deploy 0g (#3036)
1 parent f9881cc commit eae1d4d

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,5 +1307,12 @@
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
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,5 +863,10 @@
863863
"chain": "spiderman",
864864
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
865865
"type": "EvmPriceFeedContract"
866+
},
867+
{
868+
"chain": "zero_gravity",
869+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
870+
"type": "EvmPriceFeedContract"
866871
}
867-
]
872+
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,5 +868,10 @@
868868
"chain": "spiderman",
869869
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
870870
"type": "EvmWormholeContract"
871+
},
872+
{
873+
"chain": "zero_gravity",
874+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
875+
"type": "EvmWormholeContract"
871876
}
872-
]
877+
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)