@scallop-io/sui-scallop-sdk 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/constants/queryKeys.ts +1 -1
- package/src/models/scallopUtils.ts +2 -2
package/package.json
CHANGED
|
@@ -547,8 +547,8 @@ class ScallopUtils implements ScallopUtilsInterface {
|
|
|
547
547
|
try {
|
|
548
548
|
const feeds = await this.queryClient.fetchQuery({
|
|
549
549
|
queryKey: queryKeys.oracle.getPythLatestPriceFeeds(
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
endpoint,
|
|
551
|
+
priceIds
|
|
552
552
|
),
|
|
553
553
|
queryFn: async () => {
|
|
554
554
|
return await pythConnection.getLatestPriceFeeds(priceIds);
|