rubic-sdk 6.0.0-alpha.ton.109 → 6.0.0-alpha.ton.110

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.2;
1
+ export declare const DEDUST_GAS = 0.1;
@@ -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.2;
4
+ exports.DEDUST_GAS = 0.1;
5
5
  //# sourceMappingURL=dedust-gas.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "6.0.0-alpha.ton.109",
3
+ "version": "6.0.0-alpha.ton.110",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",