Skip to content

Commit 9e21ed7

Browse files
nit: cleanup config
1 parent ed9ee64 commit 9e21ed7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

configs/default.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ tx_queue_empty_sleep_ms = 25
99

1010
[tx_gen_worker]
1111
chain_id = 1337
12-
num_accounts = 25_000 # Limited by the number in the genesis (see generate_genesis_alloc.rs)
1312

14-
token_contract_address = "0x2000000000000000000000000000000000000001"
13+
mnemonic = "test test test test test test test test test test test junk"
14+
num_accounts = 25_000 # Limited by the number in the genesis (see generate_genesis_alloc.rs)
1515

1616
gas_price = 100000000000 # 100 gwei
1717
gas_limit = 100_000
1818

19-
mnemonic = "test test test test test test test test test test test junk"
20-
19+
token_contract_address = "0x2000000000000000000000000000000000000001"
2120
recipient_distribution_factor = 20 # 1/20 of accounts receive transfers.
2221
max_transfer_amount = 10
2322

@@ -40,7 +39,6 @@ ratelimit_thresholds = [
4039

4140
[workers]
4241
thread_pinning = true
43-
4442
tx_gen_worker_percentage = 0.1
4543
network_worker_percentage = 0.9
4644

0 commit comments

Comments
 (0)