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.
@@ -1 +1 @@
1
- export declare const DEDUST_GAS = 0.1;
1
+ export declare const DEDUST_GAS = 0.2;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEDUST_GAS = void 0;
4
- exports.DEDUST_GAS = 0.1;
4
+ exports.DEDUST_GAS = 0.2;
5
5
  //# sourceMappingURL=dedust-gas.js.map
@@ -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.3 : options.slippageTolerance;
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "6.0.0-alpha.ton.112",
3
+ "version": "6.0.0-alpha.ton.113",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",