Skip to content

Commit a7aa4e8

Browse files
authored
chore(contracts) Deploy Berachain (#2484)
1 parent 391e150 commit a7aa4e8

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,8 @@
874874
rpcUrl: https://bittensor-finney.api.onfinality.io/public
875875
networkId: 964
876876
type: EvmChain
877+
- id: berachain_bepolia
878+
mainnet: false
879+
rpcUrl: https://bepolia.rpc.berachain.com/
880+
networkId: 80069
881+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,6 @@
154154
- chain: story_testnet
155155
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
156156
type: EvmEntropyContract
157+
- chain: berachain_bepolia
158+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
159+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,6 @@
490490
- chain: story_testnet
491491
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
492492
type: EvmPriceFeedContract
493+
- chain: berachain_bepolia
494+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
495+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,6 @@
484484
- chain: story_testnet
485485
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
486486
type: EvmWormholeContract
487+
- chain: berachain_bepolia
488+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
489+
type: EvmWormholeContract

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

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export const RECEIVER_CHAINS = {
233233
monad_devnet: 50116,
234234
monad_testnet: 50117,
235235
iota_sui_testnet: 50118,
236+
berachain_bepolia: 50119,
236237
};
237238

238239
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)