Skip to content

Commit c67333a

Browse files
fix: add missing dependencies and fix import paths
Co-Authored-By: Connor Prussin <[email protected]>
1 parent f74ad6a commit c67333a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

price_service/sdk/js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"axios-retry": "^4.0.0",
6161
"isomorphic-ws": "^4.0.1",
6262
"ts-log": "^2.2.4",
63-
"ws": "^8.6.0"
63+
"ws": "^8.6.0",
64+
"@types/ws": "^8.5.3"
6465
}
6566
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
HexString,
44
PriceFeed,
55
PriceServiceConnectionConfig,
6-
} from "@pythnetwork/price-service-sdk/lib/index.js";
6+
} from "@pythnetwork/price-service-sdk";
77
import { BCS } from "aptos";
88
import { Buffer } from "buffer";
99

0 commit comments

Comments
 (0)