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 a5e15e5 commit 46eb28dCopy full SHA for 46eb28d
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol
@@ -558,7 +558,7 @@ abstract contract Pyth is
558
}
559
560
function version() public pure returns (string memory) {
561
- return "1.4.4-alpha.1";
+ return "1.4.4-alpha.2";
562
563
564
function calculateTwap(
target_chains/ethereum/contracts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/pyth-evm-contract",
3
- "version": "1.4.4-alpha.1",
+ "version": "1.4.4-alpha.2",
4
"description": "",
5
"private": "true",
6
"devDependencies": {
0 commit comments