@openocean.finance/wallet 1.7.5 → 1.7.6

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.
@@ -99,6 +99,7 @@ var SenderWallet = /** @class */ (function (_super) {
99
99
  })];
100
100
  case 1:
101
101
  _a.sent();
102
+ window.sender.near.signAndSendTransactions = window.sender.near.requestSignTransactions;
102
103
  this.sdk = window.sender.near;
103
104
  this.address = window.sender.near.getAccountId();
104
105
  return [2 /*return*/, this.address || ""];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {