mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
feat: derive dev accounts from mnemonic in dev mode (#18299)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
@@ -734,6 +734,11 @@ Dev testnet:
|
||||
Parses strings using [`humantime::parse_duration`]
|
||||
--dev.block-time 12s
|
||||
|
||||
--dev.mnemonic <MNEMONIC>
|
||||
Derive dev accounts from a fixed mnemonic instead of random ones.
|
||||
|
||||
[default: "test test test test test test test test test test test junk"]
|
||||
|
||||
Pruning:
|
||||
--full
|
||||
Run full node. Only the most recent [`MINIMUM_PRUNING_DISTANCE`] block states are stored
|
||||
|
||||
Reference in New Issue
Block a user