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 5dfec3f commit 7714abbCopy full SHA for 7714abb
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol
@@ -556,7 +556,7 @@ abstract contract Pyth is
556
}
557
558
function version() public pure returns (string memory) {
559
- return "1.4.4-alpha.2";
+ return "1.4.4-alpha.3";
560
561
562
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.2",
+ "version": "1.4.4-alpha.3",
4
"description": "",
5
"private": "true",
6
"devDependencies": {
0 commit comments