aftermath-ts-sdk 1.1.74-dca.6 → 1.1.74-dca.7

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.
@@ -14,7 +14,7 @@ const utils_1 = require("../../../general/utils");
14
14
  const coin_1 = require("../../coin");
15
15
  const transactions_1 = require("@mysten/sui/transactions");
16
16
  const eventsApiHelpers_1 = require("../../../general/apiHelpers/eventsApiHelpers");
17
- const GAS_SUI_AMOUNT = BigInt(5000000); // 0.005 SUI
17
+ const GAS_SUI_AMOUNT = BigInt(50000000); // 0.05 SUI
18
18
  class DcaApi {
19
19
  // =========================================================================
20
20
  // Constructor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aftermath-ts-sdk",
3
- "version": "1.1.74-dca.6",
3
+ "version": "1.1.74-dca.7",
4
4
  "description": "Aftermath TypeScript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",