@defisaver/sdk 1.0.41 → 1.0.42

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.
@@ -32,6 +32,7 @@ export class AaveSupplyAction extends Action {
32
32
  this.args[2],
33
33
  this.args[3],
34
34
  this.args[4],
35
+ this.args[5],
35
36
  ];
36
37
  }
37
38
  getAssetsToApprove() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
@@ -26,6 +26,7 @@ export class AaveSupplyAction extends Action {
26
26
  this.args[2],
27
27
  this.args[3],
28
28
  this.args[4],
29
+ this.args[5],
29
30
  ];
30
31
  }
31
32
 
package/umd/index.js CHANGED
@@ -2558,7 +2558,7 @@ class AaveSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
2558
2558
  var onBehalf = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
2559
2559
  var enableAsColl = arguments.length > 5 ? arguments[5] : undefined;
2560
2560
  super('AaveSupply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('AaveSupply'), ['address', 'address', 'uint256', 'address', 'address', 'bool'], [market, tokenAddr, amount, from, onBehalf, enableAsColl]);
2561
- this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
2561
+ this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
2562
2562
  }
2563
2563
  getAssetsToApprove() {
2564
2564
  var _this = this;