@gearbox-protocol/deploy-tools 1.6.0-next.21 → 1.6.0-next.22
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.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -373244,9 +373244,10 @@ var require_PoolV1Parser = __commonJS({
|
|
|
373244
373244
|
var PoolV1Parser = class extends AbstractParser_1.default {
|
|
373245
373245
|
constructor(contractType) {
|
|
373246
373246
|
super(contractType, "constructor( address _addressProvider, address _underlyingToken, address _interestRateModelAddress, uint256 _expectedLiquidityLimit )");
|
|
373247
|
-
this._iFace = (0, helpers_1.augmentInterface)(sdk_1.IPoolService__factory.createInterface(), "function updateInterestRateModel(address _interestRateModel)");
|
|
373247
|
+
this._iFace = (0, helpers_1.augmentInterface)(sdk_1.IPoolService__factory.createInterface(), "function updateInterestRateModel(address _interestRateModel)", "function forbidCreditManagerToBorrow(address _creditManager)");
|
|
373248
373248
|
this.parameterParsers = {
|
|
373249
|
-
"updateInterestRateModel(address)": [(0, helpers_1.parseAddress)(
|
|
373249
|
+
"updateInterestRateModel(address)": [(0, helpers_1.parseAddress)()],
|
|
373250
|
+
"forbidCreditManagerToBorrow(address)": [(0, helpers_1.parseAddress)()]
|
|
373250
373251
|
};
|
|
373251
373252
|
}
|
|
373252
373253
|
parseConstructor(address, encodedArgs) {
|
|
@@ -416252,7 +416253,7 @@ var require_package3 = __commonJS({
|
|
|
416252
416253
|
module2.exports = {
|
|
416253
416254
|
name: "@gearbox-protocol/deploy-tools",
|
|
416254
416255
|
description: "Gearbox deploy tools",
|
|
416255
|
-
version: "1.6.0-next.
|
|
416256
|
+
version: "1.6.0-next.21",
|
|
416256
416257
|
homepage: "https://gearbox.fi",
|
|
416257
416258
|
keywords: [
|
|
416258
416259
|
"gearbox"
|