Skip to content

Commit 0295874

Browse files
authored
chore(target_chains/ethereum): cut another release for pyth (#2705)
1 parent cfc7a1d commit 0295874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target_chains/ethereum/contracts/contracts/pyth/Pyth.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ abstract contract Pyth is
703703
}
704704

705705
function version() public pure returns (string memory) {
706-
return "1.4.5-alpha.1";
706+
return "1.4.5";
707707
}
708708

709709
/// @notice Calculates TWAP from two price points

target_chains/ethereum/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-contract",
3-
"version": "1.4.4-alpha.5",
3+
"version": "1.4.5",
44
"description": "",
55
"private": "true",
66
"devDependencies": {

0 commit comments

Comments
 (0)