@gearbox-protocol/deploy-tools 5.3.13 → 5.3.14

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 +3 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -409251,6 +409251,7 @@ var AccountOpener = class {
409251
409251
  const cm = this.sdk.marketRegister.findCreditManager(c.creditManager);
409252
409252
  const toApproveOnCM = toApprove.get(c.creditManager) ?? /* @__PURE__ */ new Set();
409253
409253
  toApproveOnCM.add(cm.underlying);
409254
+ toApprove.upsert(c.creditManager, toApproveOnCM);
409254
409255
  }
409255
409256
  for (const [cmAddr, tokens] of toApprove.entries()) {
409256
409257
  const cm = this.sdk.marketRegister.findCreditManager(cmAddr);
@@ -418002,7 +418003,7 @@ function getRenderer(opts) {
418002
418003
  var package_default = {
418003
418004
  name: "@gearbox-protocol/deploy-tools",
418004
418005
  description: "Gearbox deploy tools",
418005
- version: "5.3.13",
418006
+ version: "5.3.14",
418006
418007
  homepage: "https://gearbox.fi",
418007
418008
  keywords: [
418008
418009
  "gearbox"
@@ -418045,7 +418046,7 @@ var package_default = {
418045
418046
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
418046
418047
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
418047
418048
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
418048
- "@gearbox-protocol/sdk": "^3.0.0-vfour.163",
418049
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.164",
418049
418050
  "@gearbox-protocol/sdk-gov": "^2.33.2",
418050
418051
  "@types/lodash-es": "^4.17.12",
418051
418052
  "@types/node": "^22.10.5",
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.13",
4
+ "version": "5.3.14",
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.163",
47
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.164",
48
48
  "@gearbox-protocol/sdk-gov": "^2.33.2",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.10.5",