@defisaver/sdk 1.0.52 → 1.0.53

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.
@@ -30,7 +30,7 @@ export class CurveUsdSelfLiquidateAction extends Action {
30
30
  getAssetsToApprove() {
31
31
  return __awaiter(this, void 0, void 0, function* () {
32
32
  return [{
33
- owner: this.args[1],
33
+ owner: this.args[2],
34
34
  asset: getAssetInfo('crvUSD').address,
35
35
  }];
36
36
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
@@ -34,7 +34,7 @@ export class CurveUsdSelfLiquidateAction extends Action {
34
34
 
35
35
  async getAssetsToApprove() {
36
36
  return [{
37
- owner: this.args[1],
37
+ owner: this.args[2],
38
38
  asset: getAssetInfo('crvUSD').address,
39
39
  }];
40
40
  }
package/umd/index.js CHANGED
@@ -10240,7 +10240,7 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
10240
10240
  var _this = this;
10241
10241
  return _asyncToGenerator(function* () {
10242
10242
  return [{
10243
- owner: _this.args[1],
10243
+ owner: _this.args[2],
10244
10244
  asset: (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfo)('crvUSD').address
10245
10245
  }];
10246
10246
  })();