فهرست منبع

fix: update aptos sdk imports and dependencies

Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
Devin AI 9 ماه پیش
والد
کامیت
1e27bdb534
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      target_chains/aptos/sdk/js/package.json
  2. 1 1
      target_chains/aptos/sdk/js/src/AptosPriceServiceConnection.ts

+ 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";