Просмотр исходного кода

chore(target_chains/ethereum): cut another release for pyth (#2705)

Ali Behjati 6 месяцев назад
Родитель
Сommit
0295874676

+ 1 - 1
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

+ 1 - 1
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": {