Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): update FAQ Does Taiko have a sequencer? #14812

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/website/pages/docs/reference/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ See [contract addresses](/docs/reference/contract-addresses) for a list of deplo
## I ran a node during a previous testnet do I need to do anything different

Your Sepolia archive node should be fine. For your Taiko node, you should remove the node (see the [node runner manual](/docs/manuals/node-runner-manual)) and directory, and then follow the [Taiko node running guide](/docs/guides/run-a-taiko-node) again.

## Does Taiko have a sequencer?

Taiko does not have an L2 sequencer, since everyone can become a proposer permissionlessly.
Ultimately the L1 Ethereum validator for the current block is the sequencer that can sequence multiple L2 blocks.
Loading