@gearbox-protocol/sdk 3.0.0-vfour.229 → 3.0.0-vfour.230

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.
@@ -66574,6 +66574,7 @@ var MarketSuite = class extends SDKConstruct {
66574
66574
  }
66575
66575
  stateHuman(raw = true) {
66576
66576
  return {
66577
+ configurator: this.labelAddress(this.configurator.address),
66577
66578
  pool: this.pool.stateHuman(raw),
66578
66579
  creditManagers: this.creditManagers.map((cm) => cm.stateHuman(raw)),
66579
66580
  priceOracle: this.priceOracle.stateHuman(raw),
@@ -94430,6 +94430,7 @@ interface ZapperStateHuman extends BaseContractStateHuman {
94430
94430
  tokenOut: string;
94431
94431
  }
94432
94432
  interface MarketStateHuman {
94433
+ configurator: string;
94433
94434
  pool: PoolSuiteStateHuman;
94434
94435
  creditManagers: CreditSuiteStateHuman[];
94435
94436
  priceOracle: PriceOracleV3StateHuman;
@@ -94430,6 +94430,7 @@ interface ZapperStateHuman extends BaseContractStateHuman {
94430
94430
  tokenOut: string;
94431
94431
  }
94432
94432
  interface MarketStateHuman {
94433
+ configurator: string;
94433
94434
  pool: PoolSuiteStateHuman;
94434
94435
  creditManagers: CreditSuiteStateHuman[];
94435
94436
  priceOracle: PriceOracleV3StateHuman;
@@ -66567,6 +66567,7 @@ var MarketSuite = class extends SDKConstruct {
66567
66567
  }
66568
66568
  stateHuman(raw = true) {
66569
66569
  return {
66570
+ configurator: this.labelAddress(this.configurator.address),
66570
66571
  pool: this.pool.stateHuman(raw),
66571
66572
  creditManagers: this.creditManagers.map((cm) => cm.stateHuman(raw)),
66572
66573
  priceOracle: this.priceOracle.stateHuman(raw),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.229",
3
+ "version": "3.0.0-vfour.230",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.cjs",