Skip to content

Commit 9927372

Browse files
authored
chore(contract_manager): add mezo network deployment (#2732)
1 parent 6a73d24 commit 9927372

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
type: EvmChain
897897
- id: mezo
898898
mainnet: true
899-
rpcUrl: https://rpc.mezo.org
899+
rpcUrl: https://jsonrpc-mezo.boar.network
900900
networkId: 31612
901901
type: EvmChain
902902
- id: hemi_testnet

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,3 +502,6 @@
502502
- chain: mezo_testnet
503503
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
504504
type: EvmPriceFeedContract
505+
- chain: mezo
506+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
507+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,6 @@
496496
- chain: converge_testnet
497497
address: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a"
498498
type: EvmWormholeContract
499+
- chain: mezo
500+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
501+
type: EvmWormholeContract

0 commit comments

Comments
 (0)