@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.
package/dist/cjs/sdk/index.cjs
CHANGED
|
@@ -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),
|
package/dist/cjs/sdk/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/esm/sdk/index.d.mts
CHANGED
|
@@ -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;
|
package/dist/esm/sdk/index.mjs
CHANGED
|
@@ -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),
|