@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.
package/package.json
CHANGED
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[
|
|
10243
|
+
owner: _this.args[2],
|
|
10244
10244
|
asset: (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfo)('crvUSD').address
|
|
10245
10245
|
}];
|
|
10246
10246
|
})();
|