* (feat): Deployed entropy for b3 mainnet * pre-commit
@@ -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
@@ -97,3 +97,6 @@
- chain: b3_testnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract
+- chain: b3_mainnet
+ address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
+ type: EvmEntropyContract
@@ -361,3 +361,6 @@
- chain: reya_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
+ address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+ type: EvmWormholeContract
@@ -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,