@gearbox-protocol/deploy-tools 5.16.5 → 5.16.7
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 +11 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -408802,7 +408802,11 @@ var CreditFacadeV3Parser = class extends AbstractParser {
|
|
|
408802
408802
|
super(contractType, "constructor(address creditManager, address degenNFT, bool expirable)");
|
|
408803
408803
|
this._abi = [
|
|
408804
408804
|
...iCreditFacadeV3Abi,
|
|
408805
|
-
...parseAbi([
|
|
408805
|
+
...parseAbi([
|
|
408806
|
+
"function setController(address newController) external",
|
|
408807
|
+
"function pause() external",
|
|
408808
|
+
"function unpause() external"
|
|
408809
|
+
])
|
|
408806
408810
|
];
|
|
408807
408811
|
this.parameterParsers = {
|
|
408808
408812
|
constructor: [parseAddress(), parseAddress(), void 0],
|
|
@@ -409840,7 +409844,11 @@ var PoolV3Parser = class extends AbstractParser {
|
|
|
409840
409844
|
super(contractType, "constructor(address addressProvider, address underlyingToken, address interestRateModel, uint256 totalDebtLimit, string name, string symbol)");
|
|
409841
409845
|
this._abi = [
|
|
409842
409846
|
...iPoolV3Abi,
|
|
409843
|
-
...parseAbi([
|
|
409847
|
+
...parseAbi([
|
|
409848
|
+
"function setController(address newController) external",
|
|
409849
|
+
"function pause() external",
|
|
409850
|
+
"function unpause() external"
|
|
409851
|
+
])
|
|
409844
409852
|
];
|
|
409845
409853
|
this.parameterParsers = {
|
|
409846
409854
|
constructor: [
|
|
@@ -411996,7 +412004,7 @@ function getRenderer(opts) {
|
|
|
411996
412004
|
var package_default = {
|
|
411997
412005
|
name: "@gearbox-protocol/deploy-tools",
|
|
411998
412006
|
description: "Gearbox deploy tools",
|
|
411999
|
-
version: "5.16.
|
|
412007
|
+
version: "5.16.7",
|
|
412000
412008
|
homepage: "https://gearbox.fi",
|
|
412001
412009
|
keywords: [
|
|
412002
412010
|
"gearbox"
|