mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
11 lines
273 B
Nim
11 lines
273 B
Nim
import
|
|
# TODO These imports shouldn't be necessary here
|
|
# (this is a variation of the sandwich problem)
|
|
stew/shims/net, chronicles,
|
|
|
|
confutils/cli_parsing_fuzzer,
|
|
../../../beacon_chain/conf, ../../../beacon_chain/spec/network
|
|
|
|
fuzzCliParsing BeaconNodeConf
|
|
|