Skip to content

Commit a198327

Browse files
authored
(chore/entropy): Deployed b3 testnet (#1776)
1 parent 94f1bd5 commit a198327

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,3 +659,8 @@
659659
rpcUrl: https://rpc-internal.testnet.tabichain.com/
660660
networkId: 9789
661661
type: EvmChain
662+
- id: b3_testnet
663+
mainnet: false
664+
rpcUrl: https://sepolia.b3.fun/http/
665+
networkId: 1993
666+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@
9797
- chain: tabi_testnet
9898
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
9999
type: EvmEntropyContract
100+
- chain: b3_testnet
101+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
102+
type: EvmEntropyContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,6 @@
352352
- chain: tabi_testnet
353353
address: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a"
354354
type: EvmWormholeContract
355+
- chain: b3_testnet
356+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
357+
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
@@ -170,6 +170,7 @@ export const RECEIVER_CHAINS = {
170170
morph_holesky_testnet: 50087,
171171
tabi_testnet: 50088,
172172
movement_suzuka_testnet: 50089,
173+
b3_testnet: 50090,
173174
};
174175

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

0 commit comments

Comments
 (0)