@lifi/sdk 3.7.10 → 3.7.11
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.
- package/README.md +4 -4
- package/package.json +3 -3
- package/src/_cjs/version.js +1 -1
- package/src/_esm/version.js +1 -1
- package/src/_types/version.d.ts +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
<h1 align="center">LI.FI SDK</h1>
|
|
11
11
|
|
|
12
|
-
[**LI.FI SDK**](https://docs.li.fi/
|
|
12
|
+
[**LI.FI SDK**](https://docs.li.fi/sdk/overview) provides a powerful toolkit for developers to enable seamless cross-chain and on-chain swaps and bridging within their applications. Our JavaScript/TypeScript SDK can be implemented in front-end or back-end environments, allowing you to build robust UX/UI around our advanced bridge and swap functionalities. LI.FI SDK efficiently manages all communications between our smart routing API and smart contracts and ensures optimal performance, security, and scalability for your cross-chain and on-chain needs.
|
|
13
13
|
|
|
14
|
-
[**LI.FI SDK**](https://docs.li.fi/
|
|
14
|
+
[**LI.FI SDK**](https://docs.li.fi/sdk/overview) features include:
|
|
15
15
|
|
|
16
|
-
- All ecosystems, chains, bridges, exchanges, and solvers that [LI.FI](https://docs.li.fi/
|
|
16
|
+
- All ecosystems, chains, bridges, exchanges, and solvers that [LI.FI](https://docs.li.fi/introduction/chains) supports
|
|
17
17
|
- Complete functionality covering full-cycle from obtaining routes/quotes to executing transactions
|
|
18
18
|
- Easy tracking of the route and quote execution through the robust event and hooks handling
|
|
19
19
|
- Highly customizable settings to tailor the SDK to your specific needs including configuration of RPCs and options to allow or deny certain chains, tokens, bridges, exchanges, solvers
|
|
@@ -72,7 +72,7 @@ See [examples](/examples) folder in this repository.
|
|
|
72
72
|
|
|
73
73
|
## Documentation
|
|
74
74
|
|
|
75
|
-
Please checkout the [SDK documentation](https://docs.li.fi/
|
|
75
|
+
Please checkout the [SDK documentation](https://docs.li.fi/sdk/overview) and our [API reference](https://docs.li.fi/api-reference/introduction) for further information.
|
|
76
76
|
|
|
77
77
|
## Changelog
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bigmi/core": "^0.4.0",
|
|
7
7
|
"@lifi/types": "^17.19.1",
|
|
8
|
-
"@mysten/sui": "^1.
|
|
9
|
-
"@mysten/wallet-standard": "^0.16.
|
|
8
|
+
"@mysten/sui": "^1.35.0",
|
|
9
|
+
"@mysten/wallet-standard": "^0.16.4",
|
|
10
10
|
"@noble/curves": "^1.9.2",
|
|
11
11
|
"@solana/wallet-adapter-base": "^0.9.27",
|
|
12
12
|
"@solana/web3.js": "^1.98.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"sideEffects": false,
|
|
70
70
|
"types": "./src/_types/index.d.ts",
|
|
71
71
|
"typings": "./src/_types/index.d.ts",
|
|
72
|
-
"version": "3.7.
|
|
72
|
+
"version": "3.7.11"
|
|
73
73
|
}
|
package/src/_cjs/version.js
CHANGED
package/src/_esm/version.js
CHANGED
package/src/_types/version.d.ts
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = '@lifi/sdk'
|
|
2
|
-
export const version = '3.7.
|
|
2
|
+
export const version = '3.7.11'
|