@openocean.finance/openocean-sdk 1.6.13 → 1.6.17

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.
@@ -78,7 +78,7 @@ function transactionSenderAndConfirmationWaiter(_a) {
78
78
  switch (_a.label) {
79
79
  case 0:
80
80
  if (!true) return [3 /*break*/, 6];
81
- return [4 /*yield*/, wait(2000)];
81
+ return [4 /*yield*/, wait(5000)];
82
82
  case 1:
83
83
  _a.sent();
84
84
  if (abortSignal.aborted)
@@ -116,7 +116,7 @@ function transactionSenderAndConfirmationWaiter(_a) {
116
116
  switch (_b.label) {
117
117
  case 0:
118
118
  if (!!abortSignal.aborted) return [3 /*break*/, 3];
119
- return [4 /*yield*/, wait(2000)];
119
+ return [4 /*yield*/, wait(4000)];
120
120
  case 1:
121
121
  _b.sent();
122
122
  return [4 /*yield*/, connection.getSignatureStatus(txid, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "1.6.13",
3
+ "version": "1.6.17",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@ethersproject/bignumber": "^5.1.1",
51
51
  "@looksrare/sdk": "^0.12.1",
52
- "@openocean.finance/wallet": "^1.9.9",
52
+ "@openocean.finance/wallet": "^1.9.12",
53
53
  "@uniswap/v2-core": "^1.0.1",
54
54
  "@walletconnect/web3-provider": "^1.7.8",
55
55
  "aptos": "^1.3.17",