Quellcode durchsuchen

update solidity package version (#304)

Daniel Chew vor 3 Jahren
Ursprung
Commit
6d528ffbe2

+ 7 - 7
third_party/pyth/evm-watcher/package-lock.json

@@ -9,7 +9,7 @@
       "version": "0.1.0",
       "license": "Apache-2.0",
       "dependencies": {
-        "@pythnetwork/pyth-sdk-solidity": "^0.4.0",
+        "@pythnetwork/pyth-sdk-solidity": "^1.0.1",
         "dotenv": "^16.0.1",
         "lru-cache": "^7.13.1",
         "web3": "^1.7.4",
@@ -1428,9 +1428,9 @@
       }
     },
     "node_modules/@pythnetwork/pyth-sdk-solidity": {
-      "version": "0.4.0",
-      "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-0.4.0.tgz",
-      "integrity": "sha512-5WTLIajhYGLVxbwxWEp0BoklBVZ5y3+dooc+L2ipilDw632z7cHu79Cn8gGGNN3UstxuYEVNkQuJ+HGaxFiEwQ=="
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-1.0.1.tgz",
+      "integrity": "sha512-qcuDM1E8X6LNg+Eyq1WcwSpO0hWuQpDPb9YNG3GCR9NjaQObB0AlZ2ayLGtdUTc/yMm26haTtZyKx+9S+J6FWw=="
     },
     "node_modules/@sindresorhus/is": {
       "version": "0.14.0",
@@ -10045,9 +10045,9 @@
       }
     },
     "@pythnetwork/pyth-sdk-solidity": {
-      "version": "0.4.0",
-      "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-0.4.0.tgz",
-      "integrity": "sha512-5WTLIajhYGLVxbwxWEp0BoklBVZ5y3+dooc+L2ipilDw632z7cHu79Cn8gGGNN3UstxuYEVNkQuJ+HGaxFiEwQ=="
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/@pythnetwork/pyth-sdk-solidity/-/pyth-sdk-solidity-1.0.1.tgz",
+      "integrity": "sha512-qcuDM1E8X6LNg+Eyq1WcwSpO0hWuQpDPb9YNG3GCR9NjaQObB0AlZ2ayLGtdUTc/yMm26haTtZyKx+9S+J6FWw=="
     },
     "@sindresorhus/is": {
       "version": "0.14.0",

+ 1 - 1
third_party/pyth/evm-watcher/package.json

@@ -38,7 +38,7 @@
     "typescript": "^4.7.4"
   },
   "dependencies": {
-    "@pythnetwork/pyth-sdk-solidity": "^0.4.0",
+    "@pythnetwork/pyth-sdk-solidity": "^1.0.1",
     "dotenv": "^16.0.1",
     "lru-cache": "^7.13.1",
     "web3": "^1.7.4",