Skip to content

Commit 3c7727c

Browse files
authored
Revise Taiko docs (#313)
1 parent dd9f425 commit 3c7727c

2 files changed

Lines changed: 18 additions & 19 deletions

File tree

docs/get-started/running-node/l2-networks.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ nethermind \
148148

149149
## Taiko
150150

151-
A [Taiko node](https://docs.taiko.xyz/taiko-alethia-protocol/taiko-alethia-nodes) consists of two parts: taiko-client, analogous to a consensus client in Ethereum paired with an L2 execution client.
151+
A [Taiko node](https://docs.taiko.xyz/taiko-alethia-protocol/protocol-architecture/taiko-alethia-nodes) consists of two parts: [taiko-client](https://github.com/taikoxyz/taiko-mono/tree/main/packages/taiko-client#readme), analogous to a consensus client in Ethereum paired with an L2 execution client.
152152

153153
:::warning Important
154154
Similar to the L1 node, the L2 instance of Nethermind also requires a [properly configured](consensus-clients.md#configuring-json-rpc-interface) Engine API to communicate to taiko-client.
@@ -180,27 +180,28 @@ taiko-client driver \
180180
--l1.ws $L1_WS_URL \
181181
--l1.beacon $L1_BEACON_URL \
182182
--l2.ws ws://localhost:8545 \
183-
--taikoL1 0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a \
184-
--taikoL2 0x1670000000000000000000000000000000010001 \
185-
--jwtSecret path/to/jwt.hex \
186183
--l2.auth http://localhost:8551 \
187-
--verbosity 3 \
184+
--taikoInbox 0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a \
185+
--taikoAnchor 0x1670000000000000000000000000000000010001 \
186+
--jwtSecret path/to/jwt.hex \
188187
--p2p.sync \
189188
--p2p.checkPointSyncUrl https://rpc.mainnet.taiko.xyz
190189
```
191190

191+
For more information, see [Run a node for Taiko Alethia](https://docs.taiko.xyz/guides/node-operators/run-a-node-for-taiko-alethia/).
192+
192193
</TabItem>
193-
<TabItem value="taiko-hekla" label="Taiko Hekla">
194+
<TabItem value="taiko-hoodi" label="Taiko Hoodi">
194195

195196
:::info Note
196-
For Taiko Hekla, the L1 node must be running on Holesky.
197+
For Taiko Hoodi, the L1 node must be running on Hoodi.
197198
:::
198199

199-
To run Nethermind on Taiko Hekla, use the following command:
200+
To run Nethermind on Taiko Hoodi, use the following command:
200201

201202
```bash
202203
nethermind \
203-
-c taiko-hekla \
204+
-c taiko-hoodi \
204205
--data-dir path/to/data/dir \
205206
--jsonrpc-jwtsecretfile path/to/jwt.hex
206207
```
@@ -215,20 +216,19 @@ taiko-client driver \
215216
--l1.ws $L1_WS_URL \
216217
--l1.beacon $L1_BEACON_URL \
217218
--l2.ws ws://localhost:8545 \
218-
--taikoL1 0x79C9109b764609df928d16fC4a91e9081F7e87DB \
219-
--taikoL2 0x1670090000000000000000000000000000010001 \
220-
--jwtSecret path/to/jwt.hex \
221219
--l2.auth http://localhost:8551 \
222-
--verbosity 3 \
220+
--taikoInbox 0x50A576435E2D9c179124D657d804eb56A10b6999 \
221+
--taikoAnchor 0x1670130000000000000000000000000000010001 \
222+
--jwtSecret path/to/jwt.hex \
223223
--p2p.sync \
224-
--p2p.checkPointSyncUrl https://rpc.hekla.taiko.xyz
224+
--p2p.checkPointSyncUrl https://rpc.hoodi.taiko.xyz
225225
```
226226

227+
For more information, see [Run a node for Taiko Hoodi](https://docs.taiko.xyz/guides/node-operators/run-a-node-for-taiko-hoodi/).
228+
227229
</TabItem>
228230
</Tabs>
229231

230-
For more information about the taiko-client, see its [README](https://github.com/taikoxyz/taiko-mono/tree/main/packages/taiko-client#readme).
231-
232232
**See also**
233233

234-
- [Run a Taiko proposer](https://docs.taiko.xyz/guides/node-operators/enable-a-proposer/)
234+
- [Enable a prover](https://docs.taiko.xyz/guides/node-operators/enable-a-prover/)

docs/get-started/running-node/running-node.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To run Nethermind on an OP Stack network, see [Layer 2 networks](l2-networks.md#
8484
**Supported networks**
8585

8686
- [Taiko Alethia](https://docs.taiko.xyz/network-reference/rpc-configuration#taiko-alethia) - configurations: `taiko-alethia`
87-
- [Taiko Hekla](https://docs.taiko.xyz/network-reference/rpc-configuration#taiko-hekla) (testnet) - configurations: `taiko-hekla`
87+
- [Taiko Hoodi](https://docs.taiko.xyz/network-reference/rpc-configuration#taiko-hoodi) (testnet) - configurations: `taiko-hoodi`
8888

8989
To run Nethermind on Taiko, see [Layer 2 networks](l2-networks.md#taiko).
9090

@@ -117,4 +117,3 @@ As the Energy Web Chain is an Aura-based network, running a node does not requir
117117
:::
118118

119119
To run Nethermind on the Energy Web Chain, see the [Energy Web Chain documentation](https://energy-web-foundation.gitbook.io/energy-web/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/running-a-local-node).
120-

0 commit comments

Comments
 (0)