Skip to content

Commit

Permalink
boot-fake-node: add --testnet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig authored Feb 2, 2024
1 parent 9379cfa commit a97c75c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/kit/boot-fake-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Options:
-r, --runtime-path <PATH>
Path to Kinode core repo or runtime binary (overrides --version)
-v, --version <VERSION>
Version of Kinode binary to use (overridden by --runtime-path) [default: 0.4.0]
Version of Kinode binary to use (overridden by --runtime-path) [default: latest] [possible values: latest, v0.5.2-alpha, v0.5.1-alpha, v0.5.0-alpha]
-p, --port <NODE_PORT>
The port to run the fake node on [default: 8080]
-h, --home <HOME>
Expand All @@ -65,6 +65,8 @@ Options:
The port to run the network router on (or to connect to) [default: 9001]
--rpc <RPC_ENDPOINT>
Ethereum RPC endpoint (wss://)
--testnet
If set, use Sepolia testnet
--persist
If set, do not delete node home after exit
--password <PASSWORD>
Expand Down Expand Up @@ -111,6 +113,10 @@ Additional fake nodes must point to the same port to connect to the fake node ne

The Ethereum RPC endpoint to use, if desired.

### `--testnet`

Connect to the Sepolia testnet rather than the Optimism mainnet.

### `--persist`

Persist the node home directory after exit, rather than cleaning it up.
Expand Down

0 comments on commit a97c75c

Please sign in to comment.