rainbow-swap-sdk 1.4.11 → 1.4.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.
|
@@ -14,14 +14,10 @@ export type BestRouteResponse = {
|
|
|
14
14
|
* - An empty array in other cases indicates that no route was found between the input asset and the output asset.
|
|
15
15
|
*/
|
|
16
16
|
swapMessages: Message[];
|
|
17
|
-
/**
|
|
18
|
-
* Detailed information about the most efficient routes for swapping the user's input asset,
|
|
19
|
-
* taking into account swap distribution and gas costs.
|
|
20
|
-
*/
|
|
21
|
-
bestRoute: CalculatedSwapRoute[];
|
|
22
17
|
/**
|
|
23
18
|
* @deprecated This field is deprecated and will be removed in the next major release.
|
|
24
19
|
* Please use `displayData.route` instead for improved performance and features.
|
|
25
20
|
*/
|
|
21
|
+
bestRoute: CalculatedSwapRoute[];
|
|
26
22
|
messageCount: number;
|
|
27
23
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rainbow-swap-sdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.13",
|
|
4
4
|
"description": "SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.",
|
|
5
5
|
"repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
|
|
6
6
|
"license": "Apache-2.0",
|