Explorar el Código

fix: update import paths to use full path

Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
Devin AI hace 9 meses
padre
commit
f74ad6a2fe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      target_chains/aptos/sdk/js/src/AptosPriceServiceConnection.ts

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

@@ -2,7 +2,8 @@ import {
   PriceServiceConnection,
   HexString,
   PriceFeed,
-} from "@pythnetwork/price-service-sdk";
+  PriceServiceConnectionConfig,
+} from "@pythnetwork/price-service-sdk/lib/index.js";
 import { BCS } from "aptos";
 import { Buffer } from "buffer";