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 879
879
rpcUrl : https://bepolia.rpc.berachain.com/
880
880
networkId : 80069
881
881
type : EvmChain
882
+ - id : megaeth_testnet
883
+ mainnet : false
884
+ rpcUrl : https://carrot.megaeth.com/rpc
885
+ networkId : 6342
886
+ type : EvmChain
Original file line number Diff line number Diff line change 493
493
- chain : berachain_bepolia
494
494
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
495
495
type : EvmPriceFeedContract
496
+ - chain : megaeth_testnet
497
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
498
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change 487
487
- chain : berachain_bepolia
488
488
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
489
489
type : EvmWormholeContract
490
+ - chain : megaeth_testnet
491
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
492
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ export const RECEIVER_CHAINS = {
234
234
monad_testnet : 50117 ,
235
235
iota_sui_testnet : 50118 ,
236
236
berachain_bepolia : 50119 ,
237
+ megaeth_testnet : 50120 ,
237
238
} ;
238
239
239
240
// If there is any overlapping value the receiver chain will replace the wormhole
You can’t perform that action at this time.
0 commit comments