File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ tx_queue_empty_sleep_ms = 25
99
1010[tx_gen_worker ]
1111chain_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
1616gas_price = 100000000000 # 100 gwei
1717gas_limit = 100_000
1818
19- mnemonic = " test test test test test test test test test test test junk"
20-
19+ token_contract_address = " 0x2000000000000000000000000000000000000001"
2120recipient_distribution_factor = 20 # 1/20 of accounts receive transfers.
2221max_transfer_amount = 10
2322
@@ -40,7 +39,6 @@ ratelimit_thresholds = [
4039
4140[workers ]
4241thread_pinning = true
43-
4442tx_gen_worker_percentage = 0.1
4543network_worker_percentage = 0.9
4644
You can’t perform that action at this time.
0 commit comments