@gearbox-protocol/deploy-tools 5.16.15 → 5.17.0

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -413148,6 +413148,7 @@ function openAccounts() {
413148
413148
  zappers: GearboxZappersPlugin
413149
413149
  }
413150
413150
  });
413151
+ console.log(`loaded ${sdk.plugins.zappers.zappers.size} zappers`);
413151
413152
  await writeFile4(
413152
413153
  path9.resolve(sharedDir, "deploy-state", "stateAfter.human.json"),
413153
413154
  json_stringify(sdk.stateHuman()),
@@ -413344,7 +413345,7 @@ function getRenderer(opts) {
413344
413345
  var package_default = {
413345
413346
  name: "@gearbox-protocol/deploy-tools",
413346
413347
  description: "Gearbox deploy tools",
413347
- version: "5.16.15",
413348
+ version: "5.17.0",
413348
413349
  homepage: "https://gearbox.fi",
413349
413350
  keywords: [
413350
413351
  "gearbox"
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.16.15",
4
+ "version": "5.17.0",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"