@gearbox-protocol/deploy-tools 5.3.0 → 5.3.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +7 -7
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -362882,8 +362882,8 @@ var CreditAccountsService = class extends SDKConstruct {
362882
362882
  owner = ADDRESS_0X0
362883
362883
  } = args ?? {};
362884
362884
  const arg0 = creditManager ?? {
362885
- configurators: [],
362886
- pools: this.pools,
362885
+ configurators: this.marketConfigurators,
362886
+ pools: [],
362887
362887
  underlying: ADDRESS_0X0
362888
362888
  };
362889
362889
  const caFilter = {
@@ -363484,10 +363484,10 @@ var CreditAccountsService = class extends SDKConstruct {
363484
363484
  return calls;
363485
363485
  }
363486
363486
  /**
363487
- * Returns addresses of pools of attached markets
363487
+ * Returns addresses of market configurators
363488
363488
  */
363489
- get pools() {
363490
- return this.sdk.marketRegister.pools.map((p) => p.pool.address);
363489
+ get marketConfigurators() {
363490
+ return this.sdk.marketRegister.marketConfigurators.map((mc) => mc.address);
363491
363491
  }
363492
363492
  };
363493
363493
  var AbstractAddressProviderContract = class extends BaseContract {
@@ -397203,7 +397203,7 @@ function getRenderer(opts) {
397203
397203
  var package_default = {
397204
397204
  name: "@gearbox-protocol/deploy-tools",
397205
397205
  description: "Gearbox deploy tools",
397206
- version: "5.3.0",
397206
+ version: "5.3.1",
397207
397207
  homepage: "https://gearbox.fi",
397208
397208
  keywords: [
397209
397209
  "gearbox"
@@ -397246,7 +397246,7 @@ var package_default = {
397246
397246
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
397247
397247
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
397248
397248
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
397249
- "@gearbox-protocol/sdk": "^3.0.0-vfour.134",
397249
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.136",
397250
397250
  "@gearbox-protocol/sdk-gov": "^2.33.1",
397251
397251
  "@types/lodash-es": "^4.17.12",
397252
397252
  "@types/node": "^22.10.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.3.0",
4
+ "version": "5.3.1",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -44,7 +44,7 @@
44
44
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
45
45
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
46
46
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
47
- "@gearbox-protocol/sdk": "^3.0.0-vfour.134",
47
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.136",
48
48
  "@gearbox-protocol/sdk-gov": "^2.33.1",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.10.2",