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