Skip to content

Commit e86f190

Browse files
committed
Update min balance
1 parent fd025aa commit e86f190

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
@@ -10,7 +10,7 @@ const _network = process.env['NETWORK'];
1010

1111
// CONFIGURATIONS
1212
const REJECT_BALANCE_THRESHOLD = 0;
13-
const LEDGER_MINIMUM_BALANCE = 10000;
13+
const LEDGER_MINIMUM_BALANCE = 20000;
1414

1515
(async () => {
1616

0 commit comments

Comments
 (0)