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(
|
|
17
|
+
const GAS_SUI_AMOUNT = BigInt(50000000); // 0.05 SUI
|
|
18
18
|
class DcaApi {
|
|
19
19
|
// =========================================================================
|
|
20
20
|
// Constructor
|