@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.
- package/dist/index.mjs +5 -1
- 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.
|
|
351994
|
+
var version3 = "4.13.2";
|
|
351991
351995
|
|
|
351992
351996
|
// src/version.ts
|
|
351993
351997
|
var version_default = version3;
|