Skip to content

Commit 3897c2c

Browse files
authored
chore(pricefeed) Deploy Megaeth (#2516)
1 parent b5ae884 commit 3897c2c

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
@@ -879,3 +879,8 @@
879879
rpcUrl: https://bepolia.rpc.berachain.com/
880880
networkId: 80069
881881
type: EvmChain
882+
- id: megaeth_testnet
883+
mainnet: false
884+
rpcUrl: https://carrot.megaeth.com/rpc
885+
networkId: 6342
886+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,6 @@
493493
- chain: berachain_bepolia
494494
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
495495
type: EvmPriceFeedContract
496+
- chain: megaeth_testnet
497+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
498+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,6 @@
487487
- chain: berachain_bepolia
488488
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
489489
type: EvmWormholeContract
490+
- chain: megaeth_testnet
491+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
492+
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
@@ -234,6 +234,7 @@ export const RECEIVER_CHAINS = {
234234
monad_testnet: 50117,
235235
iota_sui_testnet: 50118,
236236
berachain_bepolia: 50119,
237+
megaeth_testnet: 50120,
237238
};
238239

239240
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)