@openocean.finance/openocean-sdk 1.7.5 → 1.7.7

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.
@@ -236,7 +236,7 @@ var Approve = /** @class */ (function () {
236
236
  .on("receipt", function (receipt) {
237
237
  console.log('eee receipt');
238
238
  _this.receiptCallback(receipt);
239
- _this.getSuccess(receipt);
239
+ _this.successCallback(receipt);
240
240
  });
241
241
  _c.label = 27;
242
242
  case 27: return [2 /*return*/];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -27,10 +27,10 @@
27
27
  "dependencies": {
28
28
  "@ethersproject/bignumber": "^5.1.1",
29
29
  "@looksrare/sdk": "^0.12.1",
30
- "@openocean.finance/wallet": "^1.10.5",
30
+ "@openocean.finance/wallet": "^1.10.6",
31
31
  "@terra-money/terra.js": "^3.1.10",
32
32
  "@uniswap/v2-core": "^1.0.1",
33
- "@walletconnect/web3-provider": "^1.7.8",
33
+ "@walletconnect/ethereum-provider": "2.17.1",
34
34
  "aptos": "^1.3.17",
35
35
  "axios": "^1.3.5",
36
36
  "big.js": "^6.2.1",