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 56e2e0f commit 3ea1d1fCopy full SHA for 3ea1d1f
e2e/artillery/src/init.ts
@@ -14,7 +14,7 @@ const _network = process.env['NETWORK'];
14
15
// CONFIGURATIONS
16
const REJECT_BALANCE_THRESHOLD = 0;
17
-const LEDGER_MINIMUM_BALANCE = 10000;
+const LEDGER_MINIMUM_BALANCE = 20000;
18
19
(async () => {
20
// -- Start
0 commit comments