Skip to content

Commit 3205588

Browse files
authored
B3 mainnet deployment (#1825)
* (feat): Deployed entropy for b3 mainnet * pre-commit
1 parent 9bdcfc5 commit 3205588

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
@@ -674,3 +674,8 @@
674674
rpcUrl: https://rpc.reya-cronos.gelato.digital
675675
networkId: 89346162
676676
type: EvmChain
677+
- id: b3_mainnet
678+
mainnet: true
679+
rpcUrl: https://mainnet-rpc.b3.fun/http
680+
networkId: 8333
681+
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: b3_testnet
9898
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
9999
type: EvmEntropyContract
100+
- chain: b3_mainnet
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
@@ -361,3 +361,6 @@
361361
- chain: reya_testnet
362362
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
363363
type: EvmWormholeContract
364+
- chain: b3_mainnet
365+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
366+
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
@@ -79,6 +79,7 @@ export const RECEIVER_CHAINS = {
7979
etherlink: 60055,
8080
klaytn: 60056,
8181
kinto: 60057,
82+
b3_mainnet: 60058,
8283

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

0 commit comments

Comments
 (0)