@gearbox-protocol/deploy-tools 5.2.3 → 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 +12 -8
  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 {
@@ -386357,7 +386357,11 @@ var ForkTemplate = z.object({
386357
386357
  */
386358
386358
  deployReport: z.boolean().default(false),
386359
386359
  attachTests: z.boolean().default(false),
386360
- timeout: z.string().default("3h")
386360
+ timeout: z.string().default("3h"),
386361
+ /**
386362
+ * Migration 3.0 -> 3.1 helper: Market configurators
386363
+ */
386364
+ riskCuratorNames: z.array(z.string()).nullish()
386361
386365
  });
386362
386366
 
386363
386367
  // ../../packages/shared/dist/hex.js
@@ -397199,7 +397203,7 @@ function getRenderer(opts) {
397199
397203
  var package_default = {
397200
397204
  name: "@gearbox-protocol/deploy-tools",
397201
397205
  description: "Gearbox deploy tools",
397202
- version: "5.2.3",
397206
+ version: "5.3.1",
397203
397207
  homepage: "https://gearbox.fi",
397204
397208
  keywords: [
397205
397209
  "gearbox"
@@ -397242,7 +397246,7 @@ var package_default = {
397242
397246
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
397243
397247
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
397244
397248
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
397245
- "@gearbox-protocol/sdk": "^3.0.0-vfour.134",
397249
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.136",
397246
397250
  "@gearbox-protocol/sdk-gov": "^2.33.1",
397247
397251
  "@types/lodash-es": "^4.17.12",
397248
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.2.3",
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",