mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
cmd/geth: add holesky chain for cmd import history
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
659192230a
commit
8a1b989b26
1 changed files with 2 additions and 0 deletions
|
|
@ -424,6 +424,8 @@ func importHistory(ctx *cli.Context) error {
|
|||
network = "mainnet"
|
||||
case ctx.Bool(utils.SepoliaFlag.Name):
|
||||
network = "sepolia"
|
||||
case ctx.Bool(utils.HoleskyFlag.Name):
|
||||
network = "holesky"
|
||||
}
|
||||
} else {
|
||||
// No network flag set, try to determine network based on files
|
||||
|
|
|
|||
Loading…
Reference in a new issue