We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6156140 commit e15070aCopy full SHA for e15070a
e2e/artillery/src/init.ts
@@ -15,8 +15,8 @@ const _network = process.env['NETWORK'];
15
16
// CONFIGURATIONS
17
const REJECT_BALANCE_THRESHOLD = 0;
18
-const MASTER_LEDGER_MINIMUM_BALANCE = 10_000;
19
-const PKP_LEDGER_MINIMUM_BALANCE = 10_000;
+const MASTER_LEDGER_MINIMUM_BALANCE = 3_000;
+const PKP_LEDGER_MINIMUM_BALANCE = 3_000;
20
21
if (MASTER_LEDGER_MINIMUM_BALANCE < 0 || PKP_LEDGER_MINIMUM_BALANCE < 0) {
22
throw new Error(
0 commit comments