rainbow-swap-sdk
Advanced tools
Comparing version 1.4.11 to 1.4.12
@@ -18,11 +18,7 @@ import { BestRouteDisplayData } from './best-route-display-data.type'; | ||
/** | ||
* Detailed information about the most efficient routes for swapping the user's input asset, | ||
* taking into account swap distribution and gas costs. | ||
*/ | ||
bestRoute: CalculatedSwapRoute[]; | ||
/** | ||
* @deprecated This field is deprecated and will be removed in the next major release. | ||
* Please use `displayData.route` instead for improved performance and features. | ||
*/ | ||
bestRoute: CalculatedSwapRoute[]; | ||
messageCount: number; | ||
}; |
{ | ||
"name": "rainbow-swap-sdk", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"description": "SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git", |
40539
547