Skip to content

Commit f74ad6a

Browse files
fix: update import paths to use full path
Co-Authored-By: Connor Prussin <[email protected]>
1 parent 7ee56a8 commit f74ad6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

target_chains/aptos/sdk/js/src/AptosPriceServiceConnection.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import {
22
PriceServiceConnection,
33
HexString,
44
PriceFeed,
5-
} from "@pythnetwork/price-service-sdk";
5+
PriceServiceConnectionConfig,
6+
} from "@pythnetwork/price-service-sdk/lib/index.js";
67
import { BCS } from "aptos";
78
import { Buffer } from "buffer";
89

0 commit comments

Comments
 (0)