Skip to content
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
20 changes: 13 additions & 7 deletions docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ The Offchain Labs team hasn't verified the accuracy of the flags below, includin

### Specific client flags

| Client | Flag |
| ---------- | --------------------------------------------- |
| Lighthouse | `--supernode` |
| Teku | `--p2p-subscribe-all-custody-subnets-enabled` |
| Grandine | `--subscribe-all-data-column-subnets` |
| Lodestar | `--supernode` |
| Nimbus | `--debug-peerdas-supernode` |
:::note Sepolia only

Currently, the following clients are supported for Sepolia only.

:::

| Client | Compatible with Nitro | Required Nitro Flag | Required Beacon Node Flag |
| ------------- | --------------------- | ------------------------------------------------------------------- | --------------------------------------------- |
| Prysm | ✅ | None | `--subscribe-all-data-subnets` |
| Lighthouse | ✅ | None | `--supernode` |
| Teku | ✅ | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--p2p-subscribe-all-custody-subnets-enabled` |
| Lodestar | ✅ | None | `--supernode` |
| Erigon Caplin | ❌ | | |

## Checklist

Expand Down