rubic-sdk 6.0.0-alpha.ton.112 → 6.0.0-alpha.ton.113
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/lib/features/on-chain/calculation-manager/providers/aggregators/dedust/constants/dedust-gas.d.ts +1 -1
- package/lib/features/on-chain/calculation-manager/providers/aggregators/dedust/constants/dedust-gas.js +1 -1
- package/lib/features/on-chain/calculation-manager/providers/aggregators/dedust/dedust-on-chain-provider.js +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
export declare const DEDUST_GAS = 0.
|
1
|
+
export declare const DEDUST_GAS = 0.2;
|
@@ -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.1 : options.slippageTolerance;
|
32
32
|
const routingPath = await dedustSwapService.getRoutePath();
|
33
33
|
return new dedust_on_chain_trade_1.DedustOnChainTrade({
|
34
34
|
from,
|