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 fd025aa commit e86f190Copy full SHA for e86f190
e2e/artillery/src/init.ts
@@ -10,7 +10,7 @@ const _network = process.env['NETWORK'];
10
11
// CONFIGURATIONS
12
const REJECT_BALANCE_THRESHOLD = 0;
13
-const LEDGER_MINIMUM_BALANCE = 10000;
+const LEDGER_MINIMUM_BALANCE = 20000;
14
15
(async () => {
16
0 commit comments