Skip to content

docs: add bootstrappers new #2009

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

Merged
merged 2 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
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: 1 addition & 4 deletions how-to-guides/arabica-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ RPC endpoints and types of nodes you can run in order to participate in Arabica
| | | `validator-3.celestia-arabica-11.com` |
| | | `validator-4.celestia-arabica-11.com` |
| | | |
| **Data availability nodes** | DA Bridge Node Endpoints | `/dns4/da-bridge-1.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S` |
| ([light](/how-to-guides/light-node.md), [bridge](/how-to-guides/bridge-node.md), [full](/how-to-guides/full-storage-node.md)) | | `/dns4/da-bridge-2.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWCMGM5eZWVfCN9ZLAViGfLUWAfXP5pCm78NFKb9jpBtua` |
| | | `/dns4/da-bridge-3.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWEWuqrjULANpukDFGVoHW3RoeUU53Ec9t9v5cwW3MkVdQ` |
| | | `/dns4/da-bridge-4.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWLT1ysSrD7XWSBjh7tU1HQanF5M64dHV6AuM6cYEJxMPk` |
| **Data availability nodes** | DA Bridge Node Endpoints | See the list of official Celestia bootstrappers in the [celestia-node GitHub repository](https://github.com/celestiaorg/celestia-node/blob/a87a17557223d88231b56d323d22ac9da31871db/nodebuilder/p2p/bootstrap.go#L39). |
| | `--core.ip string` endpoints | Refer to "Direct endpoints with open ports" above |

<!-- markdownlint-enable MD013 -->
Expand Down
2 changes: 2 additions & 0 deletions how-to-guides/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ for production deployments. Production deployments should rely
on [service providers with SLAs](#production-rpc-endpoints).
:::

You can also find the list of official Celestia bootstrappers in the [celestia-node GitHub repository](https://github.com/celestiaorg/celestia-node/blob/a87a17557223d88231b56d323d22ac9da31871db/nodebuilder/p2p/bootstrap.go#L39).

The following table lists community-provided consensus node endpoints that you can use:

| Provider | RPC Endpoint | API Endpoint | gRPC Endpoint | WebSocket Endpoint |
Expand Down
4 changes: 4 additions & 0 deletions how-to-guides/mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ on [service providers with SLAs](#production-rpc-endpoints) or
your own node.
:::

### Community bridge and full node endpoints

You can also find the list of official Celestia bootstrappers in the [celestia-node GitHub repository](https://github.com/celestiaorg/celestia-node/blob/a87a17557223d88231b56d323d22ac9da31871db/nodebuilder/p2p/bootstrap.go#L39).

### Community Data availability (DA) RPC endpoints for bridge node sync

These RPC endpoints allow bridge nodes to sync blocks from the Celestia network.
Expand Down