rubic-sdk 6.0.0-alpha.ton.111 → 6.0.0-alpha.ton.112
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.
@@ -28,7 +28,7 @@ class DedustOnChainProvider extends aggregator_on_chain_provider_abstract_1.Aggr
|
|
28
28
|
...toToken.asStruct,
|
29
29
|
weiAmount: new bignumber_js_1.default(toStringWeiAmount)
|
30
30
|
});
|
31
|
-
const slippage = dedustSwapService.isMultistepSwap() ? 0.
|
31
|
+
const slippage = dedustSwapService.isMultistepSwap() ? 0.3 : options.slippageTolerance;
|
32
32
|
const routingPath = await dedustSwapService.getRoutePath();
|
33
33
|
return new dedust_on_chain_trade_1.DedustOnChainTrade({
|
34
34
|
from,
|