From 7e99d6f7dd77cab0f64a15b730302a8e5aec2741 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 3 Dec 2024 15:45:17 +0100 Subject: [PATCH] chore(contract_manager): add another deployment (#2161) --- contract_manager/store/contracts/EvmPriceFeedContracts.yaml | 5 ++++- contract_manager/store/contracts/EvmWormholeContracts.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/contract_manager/store/contracts/EvmPriceFeedContracts.yaml b/contract_manager/store/contracts/EvmPriceFeedContracts.yaml index 9fde8ccfc4..7849be08c3 100644 --- a/contract_manager/store/contracts/EvmPriceFeedContracts.yaml +++ b/contract_manager/store/contracts/EvmPriceFeedContracts.yaml @@ -439,7 +439,7 @@ - chain: mathematician_in_heart address: "0x8739d5024B5143278E2b15Bd9e7C26f6CEc658F1" type: EvmPriceFeedContract -- chain: happy_bird_song_ends_with_tio +- chain: happy_bird_song_ends_with_tio # stable contract address: "0x2880aB155794e7179c9eE2e38200202908C17B43" type: EvmPriceFeedContract - chain: eventum_testnet @@ -448,3 +448,6 @@ - chain: fantom_sonic_devnet address: "0x2880aB155794e7179c9eE2e38200202908C17B43" type: EvmPriceFeedContract +- chain: happy_bird_song_ends_with_tio # beta contract + address: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21" + type: EvmPriceFeedContract diff --git a/contract_manager/store/contracts/EvmWormholeContracts.yaml b/contract_manager/store/contracts/EvmWormholeContracts.yaml index 1f6ca710f4..7e78b61d5d 100644 --- a/contract_manager/store/contracts/EvmWormholeContracts.yaml +++ b/contract_manager/store/contracts/EvmWormholeContracts.yaml @@ -433,7 +433,7 @@ - chain: mathematician_in_heart address: "0x056f829183Ec806A78c26C98961678c24faB71af" type: EvmWormholeContract -- chain: happy_bird_song_ends_with_tio +- chain: happy_bird_song_ends_with_tio # stable wormhole address: "0xb27e5ca259702f209a29225d0eDdC131039C9933" type: EvmWormholeContract - chain: eventum_testnet @@ -442,3 +442,6 @@ - chain: fantom_sonic_devnet address: "0xb27e5ca259702f209a29225d0eDdC131039C9933" type: EvmWormholeContract +- chain: happy_bird_song_ends_with_tio # beta wormhole + address: "0x0708325268dF9F66270F1401206434524814508b" + type: EvmWormholeContract