You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Options:
205
205
206
206
Node options:
207
207
--network <GENESIS_FILE_PATH>
208
-
Alternatively, the name of a known network can be provided instead to use its preset genesis file and include its preset bootnodes. The networks currently supported include holesky, sepoliaand hoodi.
208
+
Alternatively, the name of a known network can be provided instead to use its preset genesis file and include its preset bootnodes. The networks currently supported include holesky, sepolia, hoodi and mainnet.
209
209
210
210
--datadir <DATABASE_DIRECTORY>
211
211
If the datadir is the word `memory`, ethrex will use the `InMemory Engine`.
@@ -314,7 +314,7 @@ At a high level, the following new parts are added to the node:
314
314
315
315
-[Rust (explained in L1 requirements section above)](#build)
Copy file name to clipboardExpand all lines: cmd/ethrex/cli.rs
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ pub struct Options {
36
36
long = "network",
37
37
value_name = "GENESIS_FILE_PATH",
38
38
help = "Receives a `Genesis` struct in json format. This is the only argument which is required. You can look at some example genesis files at `test_data/genesis*`.",
39
-
long_help = "Alternatively, the name of a known network can be provided instead to use its preset genesis file and include its preset bootnodes. The networks currently supported include holesky, sepolia and hoodi.",
40
-
help_heading = "Node options"
39
+
long_help = "Alternatively, the name of a known network can be provided instead to use its preset genesis file and include its preset bootnodes. The networks currently supported include holesky, sepolia, hoodi and mainnet.",
0 commit comments