@gearbox-protocol/sdk 3.0.0-vfour.184 → 3.0.0-vfour.185
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/cjs/sdk/index.d.ts
CHANGED
|
@@ -84212,6 +84212,7 @@ interface IPriceFeedContract extends IBaseContract$1 {
|
|
|
84212
84212
|
* This flag idicates that all the price feed data (decimals, skip check, dependencies...) has been loaded from compressor
|
|
84213
84213
|
*/
|
|
84214
84214
|
readonly loaded: boolean;
|
|
84215
|
+
readonly underlyingPriceFeeds: readonly PriceFeedRef[];
|
|
84215
84216
|
answer: (overrides?: {
|
|
84216
84217
|
blockNumber?: bigint;
|
|
84217
84218
|
}) => Promise<bigint>;
|
package/dist/esm/sdk/index.d.mts
CHANGED
|
@@ -84212,6 +84212,7 @@ interface IPriceFeedContract extends IBaseContract$1 {
|
|
|
84212
84212
|
* This flag idicates that all the price feed data (decimals, skip check, dependencies...) has been loaded from compressor
|
|
84213
84213
|
*/
|
|
84214
84214
|
readonly loaded: boolean;
|
|
84215
|
+
readonly underlyingPriceFeeds: readonly PriceFeedRef[];
|
|
84215
84216
|
answer: (overrides?: {
|
|
84216
84217
|
blockNumber?: bigint;
|
|
84217
84218
|
}) => Promise<bigint>;
|