Skip to content

Commit

Permalink
Trim profile list
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 17, 2024
1 parent fb9eba0 commit a04cdad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/developers/guides/run-a-node/use-binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,12 @@ the parameters for each possible profile you can select for your Linea Besu node
- `basic-mainnet`: Creates a basic follower node on Linea Mainnet with no plugins enabled.
- `advanced-mainnet`: Creates an advanced node on Linea Mainnet with plugins that enable support for
`linea_estimateGas` and the `finalized` block parameter tag.
- `sequencer-mainnet`: Creates a sequencer node on Linea Mainnet.
- `shomei-mainnet`: Creates a Shomei node on Linea Mainnet, enabling full state management support.
- `tracer-mainnet`: Creates a tracer node on the Linea Mainnet.
</TabItem>
<TabItem value="Linea Sepolia" label="Linea Sepolia">
Select one according to your preferences:
- `basic-testnet`: Creates a basic follower node on Linea Sepolia with no plugins enabled.
- `advanced-testnet`: Creates an advanced node on Linea Sepolia with plugins that enable support for
`linea_estimateGas` and the `finalized` block parameter tag.
- `sequencer-testnet`: Creates a sequencer node on Linea Sepolia.
- `shomei-testnet`: Creates a Shomei node on Linea Sepolia, enabling full state management support.
- `tracer-testnet`: Creates a tracer node on the Linea Sepolia.
</TabItem>
</Tabs>

Expand Down
6 changes: 0 additions & 6 deletions docs/developers/guides/run-a-node/use-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,12 @@ your use case.
- `basic-mainnet`: Creates a basic follower node on Linea Mainnet with no plugins enabled.
- `advanced-mainnet`: Creates an advanced node on Linea Mainnet with plugins that enable support
for `linea_estimateGas` and the `finalized` block parameter tag.
- `sequencer-mainnet`: Creates a sequencer node on Linea Mainnet.
- `shomei-mainnet`: Creates a Shomei node on Linea Mainnet, enabling full state management support.
- `tracer-mainnet`: Creates a tracer node on Linea Mainnet.
</TabItem>
<TabItem value="Linea Sepolia" label="Linea Sepolia">
Download the appropriate `.yaml` file for your use case:
- `basic-testnet`: Creates a basic follower node on Linea Sepolia with no plugins enabled.
- `advanced-testnet`: Creates an advanced node on Linea Sepolia with plugins that enable support
for `linea_estimateGas` and the `finalized` block parameter tag.
- `sequencer-testnet`: Creates a sequencer node on Linea Sepolia.
- `shomei-testnet`: Creates a Shomei node on Linea Sepolia, enabling full state management support.
- `tracer-testnet`: Creates a tracer node on Linea Sepolia.
</TabItem>
</Tabs>

Expand Down

0 comments on commit a04cdad

Please sign in to comment.