From fe2f3a34d04a69235f3801da71e893b6dbd2e022 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Mon, 19 May 2025 13:36:52 +0200 Subject: [PATCH] chore(target_chains/ethereum): cut another release for pyth --- target_chains/ethereum/contracts/contracts/pyth/Pyth.sol | 2 +- target_chains/ethereum/contracts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target_chains/ethereum/contracts/contracts/pyth/Pyth.sol b/target_chains/ethereum/contracts/contracts/pyth/Pyth.sol index dcf92125b9..0df97396ed 100644 --- a/target_chains/ethereum/contracts/contracts/pyth/Pyth.sol +++ b/target_chains/ethereum/contracts/contracts/pyth/Pyth.sol @@ -703,7 +703,7 @@ abstract contract Pyth is } function version() public pure returns (string memory) { - return "1.4.5-alpha.1"; + return "1.4.5"; } /// @notice Calculates TWAP from two price points diff --git a/target_chains/ethereum/contracts/package.json b/target_chains/ethereum/contracts/package.json index 0a354e174d..9c364e8732 100644 --- a/target_chains/ethereum/contracts/package.json +++ b/target_chains/ethereum/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/pyth-evm-contract", - "version": "1.4.4-alpha.5", + "version": "1.4.5", "description": "", "private": "true", "devDependencies": {