@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.
@@ -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>;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.184",
3
+ "version": "3.0.0-vfour.185",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.cjs",