@@ -153,6 +153,7 @@ on [service providers with SLAs](#production-rpc-endpoints).
153153- ` celestia-rpc.chainode.tech:33373 `
154154- ` celestia-mainnet-rpc.itrocket.net:443 `
155155- ` celestia-rpc.noders.services `
156+ - ` rpc-celestia.mzonder.com:443 `
156157
157158#### Community API endpoints
158159
@@ -174,6 +175,7 @@ on [service providers with SLAs](#production-rpc-endpoints).
174175- ` celestia-mainnet-api.itrocket.net:443 `
175176- ` celestia-api.noders.services `
176177- ` celestia.rest.lava.build `
178+ - ` api-celestia.mzonder.com:443 `
177179
178180
179181#### Community gRPC endpoints
@@ -194,6 +196,7 @@ on [service providers with SLAs](#production-rpc-endpoints).
194196- ` celestia-mainnet-grpc.itrocket.net:443 `
195197- ` celestia-grpc.noders.services:11090 `
196198- ` celestia.grpc.lava.build:443 `
199+ - ` grpc-celestia.mzonder.com:443 `
197200
198201
199202#### Community WebSocket endpoints
@@ -202,6 +205,7 @@ on [service providers with SLAs](#production-rpc-endpoints).
202205- ` wss://celestia-mainnet-ws.itrocket.net:443/websocket `
203206- ` wss://celestia.cumulo.org.es:443/websocket `
204207- ` wss://rpc.archive.celestia.cumulo.com.es:443/websocket `
208+ - ` wss://rpc-celestia.mzonder.com:443/websocket `
205209
206210### Data availability nodes
207211
@@ -255,7 +259,10 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
255259- ` celestia-mainnet-consensus.itrocket.net `
256260 - gRPC: port 9090
257261 - RPC: port 26657
258-
262+ - ` celestia-archive-rpc.mzonder.com `
263+ - gRPC: port 9090
264+ - RPC: port 26657
265+
259266DA full and light nodes might have troubles connecting to the networks, so you
260267can check out this
261268[ Grafana dashboard] ( https://celestia.observer/grafana )
@@ -270,6 +277,10 @@ data availability (DA) nodes store the entire history of the chain without
270277pruning any data so all data available data is retrievable. You can
271278[ read more about light vs archival nodes] ( /learn/retrievability.md ) .
272279
280+ - ` celestia-da-full-storage.mzonder.com `
281+ - RPC: port 27758
282+ - Gateway: port 27759
283+
273284## Explorers
274285
275286There are multiple explorers you can use for Mainnet Beta:
0 commit comments