Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
@@ -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,7 +1,7 @@
import {
PriceServiceConnection,
HexString,
-} from "@pythnetwork/price-service-client";
+} from "@pythnetwork/price-service-sdk";
import { BCS } from "aptos";
import { Buffer } from "buffer";