Skip to content

Commit 1e27bdb

Browse files
fix: update aptos sdk imports and dependencies
Co-Authored-By: Connor Prussin <[email protected]>
1 parent e848447 commit 1e27bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target_chains/aptos/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"yargs": "^17.4.1"
6363
},
6464
"dependencies": {
65-
"@pythnetwork/price-service-client": "workspace:*",
65+
"@pythnetwork/price-service-sdk": "workspace:*",
6666
"aptos": "^1.3.14",
6767
"buffer": "^6.0.3"
6868
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
PriceServiceConnection,
33
HexString,
4-
} from "@pythnetwork/price-service-client";
4+
} from "@pythnetwork/price-service-sdk";
55
import { BCS } from "aptos";
66
import { Buffer } from "buffer";
77

0 commit comments

Comments
 (0)