Skip to content

Commit 3ea1d1f

Browse files
committed
Update min balance
1 parent 56e2e0f commit 3ea1d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/artillery/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const _network = process.env['NETWORK'];
1414

1515
// CONFIGURATIONS
1616
const REJECT_BALANCE_THRESHOLD = 0;
17-
const LEDGER_MINIMUM_BALANCE = 10000;
17+
const LEDGER_MINIMUM_BALANCE = 20000;
1818

1919
(async () => {
2020
// -- Start

0 commit comments

Comments
 (0)