@openocean.finance/openocean-sdk 1.2.43 → 1.2.44

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.
@@ -329,8 +329,11 @@ var Approve = /** @class */ (function () {
329
329
  case 1:
330
330
  balance = _a.sent();
331
331
  this.key++;
332
- if (this.key > 20)
332
+ if (this.key > 20) {
333
+ this.successCallback(balance);
333
334
  return [2 /*return*/];
335
+ }
336
+ ;
334
337
  if (balance >= Number(this.amount)) {
335
338
  this.successCallback(balance);
336
339
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "1.2.43",
3
+ "version": "1.2.44",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {