File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 674
674
rpcUrl : https://rpc.reya-cronos.gelato.digital
675
675
networkId : 89346162
676
676
type : EvmChain
677
+ - id : b3_mainnet
678
+ mainnet : true
679
+ rpcUrl : https://mainnet-rpc.b3.fun/http
680
+ networkId : 8333
681
+ type : EvmChain
Original file line number Diff line number Diff line change 97
97
- chain : b3_testnet
98
98
address : " 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
99
99
type : EvmEntropyContract
100
+ - chain : b3_mainnet
101
+ address : " 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
102
+ type : EvmEntropyContract
Original file line number Diff line number Diff line change 361
361
- chain : reya_testnet
362
362
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
363
363
type : EvmWormholeContract
364
+ - chain : b3_mainnet
365
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
366
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export const RECEIVER_CHAINS = {
79
79
etherlink : 60055 ,
80
80
klaytn : 60056 ,
81
81
kinto : 60057 ,
82
+ b3_mainnet : 60058 ,
82
83
83
84
// Testnets as a separate chain ids (to use stable data sources and governance for them)
84
85
injective_testnet : 60013 ,
You can’t perform that action at this time.
0 commit comments