Skip to content

Commit 9be7ad4

Browse files
authored
chore(pricefeed) Deploy Camp network (#2860)
1 parent 366badb commit 9be7ad4

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,5 +1272,12 @@
12721272
"rpcUrl": "https://rpc-ethereal-testnet.t.conduit.xyz",
12731273
"networkId": 657468,
12741274
"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"
12751282
}
12761283
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,5 +848,10 @@
848848
"chain": "injective_evm_testnet",
849849
"address": "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
850850
"type": "EvmPriceFeedContract"
851+
},
852+
{
853+
"chain": "camp_network",
854+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
855+
"type": "EvmPriceFeedContract"
851856
}
852857
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,5 +843,10 @@
843843
"chain": "ethereal_testnet",
844844
"address": "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
845845
"type": "EvmWormholeContract"
846+
},
847+
{
848+
"chain": "camp_network",
849+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
850+
"type": "EvmWormholeContract"
846851
}
847852
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const RECEIVER_CHAINS = {
113113
swellchain: 60083,
114114
mezo: 60084,
115115
iota_sui_mainnet: 60085,
116+
camp_network: 60086,
116117

117118
// Testnets as a separate chain ids (to use stable data sources and governance for them)
118119
injective_testnet: 60013,

0 commit comments

Comments
 (0)