@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 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/integrate-li.fi-sdk/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.
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/integrate-li.fi-sdk/li.fi-sdk-overview) features include:
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/list-chains-bridges-dexs-solvers) supports
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/integrate-li.fi-sdk/li.fi-sdk-overview) and our [API reference](https://apidocs.li.fi) for further information.
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.34.0",
9
- "@mysten/wallet-standard": "^0.16.3",
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.10"
72
+ "version": "3.7.11"
73
73
  }
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = '@lifi/sdk';
5
- exports.version = '3.7.10';
5
+ exports.version = '3.7.11';
6
6
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
  export const name = '@lifi/sdk';
2
- export const version = '3.7.10';
2
+ export const version = '3.7.11';
3
3
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
  export declare const name = "@lifi/sdk";
2
- export declare const version = "3.7.10";
2
+ export declare const version = "3.7.11";
3
3
  //# sourceMappingURL=version.d.ts.map
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/sdk'
2
- export const version = '3.7.10'
2
+ export const version = '3.7.11'