Skip to content

Commit fa872af

Browse files
authored
chore: Deploy Entropy and PriceFeeds on berachain testnet v2 (#1677)
1 parent bc191c2 commit fa872af

File tree

7 files changed

+17
-1
lines changed

7 files changed

+17
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,3 +604,8 @@
604604
rpcUrl: https://sepolia-rpc-priority.kakarot.org
605605
networkId: 1802203764
606606
type: EvmChain
607+
- id: berachain_testnet_v2
608+
mainnet: false
609+
rpcUrl: https://evm-rpc-bera.rhino-apis.com/
610+
networkId: 80084
611+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@
7979
- chain: merlin_testnet
8080
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
8181
type: EvmEntropyContract
82+
- chain: berachain_testnet_v2
83+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
84+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,6 @@
340340
- chain: kakarot_sepolia
341341
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134"
342342
type: EvmPriceFeedContract
343+
- chain: berachain_testnet_v2
344+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
345+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,6 @@
319319
- chain: dela_mithreum_deperp_testnet
320320
address: "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
321321
type: EvmWormholeContract
322+
- chain: berachain_testnet_v2
323+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
324+
type: EvmWormholeContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const RECEIVER_CHAINS = {
156156
movement_m2_devnet: 50076,
157157
kakarot_sepolia: 50079,
158158
dela_mithreum_deperp_testnet: 50080,
159+
berachain_testnet_v2: 50081,
159160
};
160161

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

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.51.0",
3+
"version": "1.52.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
6767
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
6868
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
6969
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
70+
berachain_testnet_v2: "0x2880aB155794e7179c9eE2e38200202908C17B43",
7071
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
7172
boba_goerli: "0x8D254a21b3C86D32F7179855531CE99164721933",
7273
boba_sepolia: "0x8D254a21b3C86D32F7179855531CE99164721933",

0 commit comments

Comments
 (0)