Skip to content

Commit b95f89d

Browse files
authored
chore(target_chains/ethereum): add rabechain (#2284)
1 parent 28cf8af commit b95f89d

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

Diff for: contract_manager/store/chains/EvmChains.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -855,3 +855,8 @@
855855
rpcUrl: https://rpc.monad-testnet.category.xyz/rpc/nSyzM1wlIgaALWzbh3oIg5rW65AC6yjqrslOE8wb
856856
networkId: 10143
857857
type: EvmChain
858+
- id: rabechain_mainnet
859+
mainnet: true
860+
networkId: 80094
861+
rpcUrl: https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY
862+
type: EvmChain

Diff for: contract_manager/store/contracts/EvmEntropyContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,6 @@
142142
- chain: monad_testnet
143143
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
144144
type: EvmEntropyContract
145+
- chain: rabechain_mainnet
146+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
147+
type: EvmEntropyContract

Diff for: contract_manager/store/contracts/EvmPriceFeedContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,6 @@
475475
- chain: monad_testnet
476476
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
477477
type: EvmPriceFeedContract
478+
- chain: rabechain_mainnet
479+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
480+
type: EvmPriceFeedContract

Diff for: contract_manager/store/contracts/EvmWormholeContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,6 @@
469469
- chain: monad_testnet
470470
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
471471
type: EvmWormholeContract
472+
- chain: rabechain_mainnet
473+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
474+
type: EvmWormholeContract

Diff for: governance/xc_admin/packages/xc_admin_common/src/chains.ts

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ export const RECEIVER_CHAINS = {
102102
eventum_mainnet: 60073,
103103
threat_level_midnight: 60074,
104104
just_breathe: 60075,
105+
rabechain_mainnet: 60076,
106+
105107
// Testnets as a separate chain ids (to use stable data sources and governance for them)
106108
injective_testnet: 60013,
107109
osmosis_testnet_4: 60015,

0 commit comments

Comments
 (0)