Skip to content

Commit

Permalink
B3 mainnet deployment (#1825)
Browse files Browse the repository at this point in the history
* (feat): Deployed entropy for b3 mainnet

* pre-commit
  • Loading branch information
aditya520 authored Aug 14, 2024
1 parent 9bdcfc5 commit 3205588
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -674,3 +674,8 @@
rpcUrl: https://rpc.reya-cronos.gelato.digital
networkId: 89346162
type: EvmChain
- id: b3_mainnet
mainnet: true
rpcUrl: https://mainnet-rpc.b3.fun/http
networkId: 8333
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@
- chain: b3_testnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract
- chain: b3_mainnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,6 @@
- chain: reya_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: b3_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const RECEIVER_CHAINS = {
etherlink: 60055,
klaytn: 60056,
kinto: 60057,
b3_mainnet: 60058,

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

0 comments on commit 3205588

Please sign in to comment.