@openocean.finance/openocean-sdk 1.2.11 → 1.2.13

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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  * mustache.js - Logic-less {{mustache}} templates with JavaScript
9
3
  * http://github.com/janl/mustache.js
@@ -55,11 +49,6 @@ object-assign
55
49
  * MIT Licensed
56
50
  */
57
51
 
58
- /*!
59
- * v2.1.4-104-gc868b3a
60
- *
61
- */
62
-
63
52
  /*! *****************************************************************************
64
53
  Copyright (C) Microsoft. All rights reserved.
65
54
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -94,7 +83,7 @@ PERFORMANCE OF THIS SOFTWARE.
94
83
 
95
84
  /*! @ont-community/window-post-message-proxy v0.2.14 | (c) 2016 Microsoft Corporation MIT */
96
85
 
97
- /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
86
+ /*! For license information please see web3.min.js.LICENSE.txt */
98
87
 
99
88
  /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
100
89
 
@@ -102,12 +91,8 @@ PERFORMANCE OF THIS SOFTWARE.
102
91
 
103
92
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
104
93
 
105
- /*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
106
-
107
94
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
108
95
 
109
- /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
110
-
111
96
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
112
97
 
113
98
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
@@ -236,15 +221,6 @@ PERFORMANCE OF THIS SOFTWARE.
236
221
  * @license MIT
237
222
  */
238
223
 
239
- /**
240
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
241
- *
242
- * @version 0.5.7
243
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
244
- * @copyright Chen, Yi-Cyuan 2015-2016
245
- * @license MIT
246
- */
247
-
248
224
  /**
249
225
  * [js-sha3]{@link https://github.com/emn178/js-sha3}
250
226
  *
@@ -20,6 +20,7 @@ export declare class ReqApproveVo extends ChainName {
20
20
  tokenAddress: string;
21
21
  approveContract: string;
22
22
  amount: string;
23
- gasPrice: Number;
23
+ gasPrice: string;
24
24
  tokenAbi: any;
25
+ decimals: any;
25
26
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @author davidshimjs
3
+ * @see <a href="http://www.d-project.com/" target="_blank">http://www.d-project.com/</a>
4
+ * @see <a href="http://jeromeetienne.github.com/jquery-qrcode/" target="_blank">http://jeromeetienne.github.com/jquery-qrcode/</a>
5
+ */
6
+ export var QRCode: any;
@@ -1,5 +1,5 @@
1
1
  import JSBI from 'jsbi';
2
- export declare type BigintIsh = JSBI | bigint | string;
2
+ export type BigintIsh = JSBI | bigint | string;
3
3
  export declare enum ChainId {
4
4
  ETH = 1,
5
5
  MAINNET = 56,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -49,9 +49,9 @@
49
49
  "@jup-ag/core": "^1.0.0-beta.27",
50
50
  "@looksrare/sdk": "^0.12.1",
51
51
  "@openocean.finance/wallet": "^1.2.9",
52
+ "@solana/web3.js": "1.31.0",
52
53
  "@uniswap/v2-core": "^1.0.1",
53
54
  "@walletconnect/web3-provider": "^1.7.8",
54
- "@solana/web3.js": "1.31.0",
55
55
  "aptos": "^1.3.17",
56
56
  "axios": "^1.3.5",
57
57
  "bs58": "^4.0.1",