We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7a1d commit 0295874Copy full SHA for 0295874
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol
@@ -703,7 +703,7 @@ abstract contract Pyth is
703
}
704
705
function version() public pure returns (string memory) {
706
- return "1.4.5-alpha.1";
+ return "1.4.5";
707
708
709
/// @notice Calculates TWAP from two price points
target_chains/ethereum/contracts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/pyth-evm-contract",
3
- "version": "1.4.4-alpha.5",
+ "version": "1.4.5",
4
"description": "",
5
"private": "true",
6
"devDependencies": {
0 commit comments