@gearbox-protocol/deploy-tools 4.13.0 → 4.13.2

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 +5 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -347202,6 +347202,10 @@ var AddressProviderV3Visitor = class extends AbstractVisitor {
347202
347202
  case "ZERO_PRICE_FEED":
347203
347203
  contract = "PRICE_FEED_ZERO_ORACLE";
347204
347204
  break;
347205
+ case "MULTI_PAUSE":
347206
+ case "MULTIPAUSE":
347207
+ contract = "MULTIPAUSE";
347208
+ break;
347205
347209
  default:
347206
347210
  throw new Error(`unknown address provider key '${contract}'`);
347207
347211
  }
@@ -351987,7 +351991,7 @@ function getRenderer(opts) {
351987
351991
  }
351988
351992
 
351989
351993
  // package.json
351990
- var version3 = "4.13.0";
351994
+ var version3 = "4.13.2";
351991
351995
 
351992
351996
  // src/version.ts
351993
351997
  var version_default = version3;
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": "4.13.0",
4
+ "version": "4.13.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"