File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1272
1272
"rpcUrl" : " https://rpc-ethereal-testnet.t.conduit.xyz" ,
1273
1273
"networkId" : 657468 ,
1274
1274
"type" : " EvmChain"
1275
+ },
1276
+ {
1277
+ "id" : " camp_network" ,
1278
+ "mainnet" : true ,
1279
+ "rpcUrl" : " https://rpc.camp.raas.gelato.cloud" ,
1280
+ "networkId" : 484 ,
1281
+ "type" : " EvmChain"
1275
1282
}
1276
1283
]
Original file line number Diff line number Diff line change 848
848
"chain" : " injective_evm_testnet" ,
849
849
"address" : " 0xDd24F84d36BF92C65F92307595335bdFab5Bbd21" ,
850
850
"type" : " EvmPriceFeedContract"
851
+ },
852
+ {
853
+ "chain" : " camp_network" ,
854
+ "address" : " 0x2880aB155794e7179c9eE2e38200202908C17B43" ,
855
+ "type" : " EvmPriceFeedContract"
851
856
}
852
857
]
Original file line number Diff line number Diff line change 843
843
"chain" : " ethereal_testnet" ,
844
844
"address" : " 0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E" ,
845
845
"type" : " EvmWormholeContract"
846
+ },
847
+ {
848
+ "chain" : " camp_network" ,
849
+ "address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
850
+ "type" : " EvmWormholeContract"
846
851
}
847
852
]
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export const RECEIVER_CHAINS = {
113
113
swellchain : 60083 ,
114
114
mezo : 60084 ,
115
115
iota_sui_mainnet : 60085 ,
116
+ camp_network : 60086 ,
116
117
117
118
// Testnets as a separate chain ids (to use stable data sources and governance for them)
118
119
injective_testnet : 60013 ,
You can’t perform that action at this time.
0 commit comments