@openocean.finance/openocean-sdk 1.2.83 → 1.2.84

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.
@@ -351,9 +351,9 @@ var Swap = /** @class */ (function () {
351
351
  return [4 /*yield*/, this.wallet.sdk.aptos.generateTransaction(data)];
352
352
  case 6:
353
353
  rawTransaction = (_b.sent()).data;
354
- return [4 /*yield*/, this.wallet.sdk.aptos.signAndSubmitTransaction(rawTransaction).data];
354
+ return [4 /*yield*/, this.wallet.sdk.aptos.signAndSubmitTransaction(rawTransaction)];
355
355
  case 7:
356
- hash = _b.sent();
356
+ hash = (_b.sent()).data;
357
357
  console.log("sendAptosTransaction Fewcha", hash);
358
358
  this.transactionHashCallback(hash);
359
359
  return [3 /*break*/, 11];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "1.2.83",
3
+ "version": "1.2.84",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {