Procházet zdrojové kódy

fix: update aptos sdk imports and dependencies

Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
Devin AI před 9 měsíci
rodič
revize
1e27bdb534

+ 1 - 1
target_chains/aptos/sdk/js/package.json

@@ -62,7 +62,7 @@
     "yargs": "^17.4.1"
   },
   "dependencies": {
-    "@pythnetwork/price-service-client": "workspace:*",
+    "@pythnetwork/price-service-sdk": "workspace:*",
     "aptos": "^1.3.14",
     "buffer": "^6.0.3"
   }

+ 1 - 1
target_chains/aptos/sdk/js/src/AptosPriceServiceConnection.ts

@@ -1,7 +1,7 @@
 import {
   PriceServiceConnection,
   HexString,
-} from "@pythnetwork/price-service-client";
+} from "@pythnetwork/price-service-sdk";
 import { BCS } from "aptos";
 import { Buffer } from "buffer";