@scallop-io/sui-scallop-sdk 2.3.1 → 2.3.2

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 CHANGED
@@ -103,7 +103,7 @@ declare const queryKeys: {
103
103
  getNormalizedMoveFunction: (props?: QueryKeys.RPC.GetNormalizedMoveFunction) => (string | QueryKeys.RPC.GetNormalizedMoveFunction | undefined)[];
104
104
  };
105
105
  oracle: {
106
- getPythLatestPriceFeeds: () => string[];
106
+ getPythLatestPriceFeeds: (priceIds: string[]) => (string | string[])[];
107
107
  };
108
108
  };
109
109
 
package/dist/index.d.ts CHANGED
@@ -103,7 +103,7 @@ declare const queryKeys: {
103
103
  getNormalizedMoveFunction: (props?: QueryKeys.RPC.GetNormalizedMoveFunction) => (string | QueryKeys.RPC.GetNormalizedMoveFunction | undefined)[];
104
104
  };
105
105
  oracle: {
106
- getPythLatestPriceFeeds: () => string[];
106
+ getPythLatestPriceFeeds: (priceIds: string[]) => (string | string[])[];
107
107
  };
108
108
  };
109
109