@gearbox-protocol/deploy-tools 4.12.1 → 4.12.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 +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -350270,7 +350270,7 @@ var InterestRateModelV3Parser = class extends AbstractParser {
|
|
|
350270
350270
|
// ../../packages/node/dist/parsers/MultiPauseParser.js
|
|
350271
350271
|
var MultiPauseParser = class extends AbstractParser {
|
|
350272
350272
|
constructor(contractType) {
|
|
350273
|
-
super(contractType);
|
|
350273
|
+
super(contractType, "constructor(address addressProvider)");
|
|
350274
350274
|
this._iFace = IMultiPause__factory.createInterface();
|
|
350275
350275
|
}
|
|
350276
350276
|
};
|
|
@@ -351962,7 +351962,7 @@ function getRenderer(opts) {
|
|
|
351962
351962
|
}
|
|
351963
351963
|
|
|
351964
351964
|
// package.json
|
|
351965
|
-
var version3 = "4.12.
|
|
351965
|
+
var version3 = "4.12.2";
|
|
351966
351966
|
|
|
351967
351967
|
// src/version.ts
|
|
351968
351968
|
var version_default = version3;
|