Skip to content

Commit a842234

Browse files
committed
chore: remove unreachable endpoints
1 parent 9c13216 commit a842234

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

how-to-guides/feegrant-for-blobs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ funding it, enabling a third-party account to cover the transaction fees.
1010
## Pre-requisites
1111

1212
- celestia-node binary (`celestia`) [installed](../how-to-guides/celestia-node.md)
13-
- Access to a Mocha node (e.g., `https://rpc.celestia-mocha.com:443`)
13+
- Access to a Mocha node (e.g., `https://rpc-mocha.pops.one:443`)
1414
- Running DA Light node on Mocha testnet
1515
- One account with sufficient funds, the "granter"
1616
- One account with no funds, the "grantee"
@@ -37,7 +37,7 @@ Set some variables for your accounts for the remainder of the guide:
3737
```bash
3838
export GRANTER_ADDRESS=<your-granter-account-address>
3939
export GRANTEE_ADDRESS=<your-grantee-account-address>
40-
export RPC_URL=rpc.celestia-mocha.com
40+
export RPC_URL=rpc-mocha.pops.one
4141
```
4242

4343
### FeeGrant module implementation in celestia-node
@@ -163,7 +163,7 @@ the RPC URL:
163163
```bash
164164
export GRANTER_ADDRESS=<your-granter-account-address>
165165
export GRANTEE_ADDRESS=<your-grantee-account-address>
166-
export RPC_URL=https://rpc.celestia-mocha.com:443
166+
export RPC_URL=https://rpc-mocha.pops.one:443
167167
```
168168

169169
Then, send the feegrant transaction:
@@ -193,7 +193,7 @@ granted the fee allowance, run:
193193

194194
```bash
195195
celestia-appd query bank balances $GRANTER_ADDRESS \
196-
--node https://rpc.celestia-mocha.com:443 --denom utia
196+
--node https://rpc-mocha.pops.one:443 --denom utia
197197
```
198198

199199
This output will show the remaining balance after fees have been deducted,

how-to-guides/mainnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ on [service providers with SLAs](#production-rpc-endpoints).
140140
- `celestia.rpc.stakin-nodes.com`
141141
- `celestia.cumulo.org.es`
142142
- `rpc.archive.celestia.cumulo.com.es`
143-
- `rpc-celestia.mzonder.com`
144143
- `rpc-celestia-01.stakeflow.io`
145144
- `rpc-celestia.alphab.ai`
146145
- `rpc-celestia-full.avril14th.org`
@@ -183,7 +182,6 @@ on [service providers with SLAs](#production-rpc-endpoints).
183182
- `celestia.grpc.stakin-nodes.com:443`
184183
- `celestia.grpc.cumulo.org.es:443`
185184
- `grpc.archive.celestia.cumulo.com.es:443`
186-
- `grpc-celestia.mzonder.com:443`
187185
- `grpc-celestia-01.stakeflow.io:15002`
188186
- `rpc-celestia.alphab.ai:9090`
189187
- `grpc-celestia-full.avril14th.org`

how-to-guides/mocha-testnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Celestia network. The default port is 26657.
116116

117117
- `public-celestia-mocha4-consensus.numia.xyz:26657`
118118
- `mocha-4-consensus.mesa.newmetric.xyz:26657`
119-
- `rpc.celestia-mocha.com`
120119
- `celestia-testnet.brightlystake.com`
121120
- `rpc-celestia-mocha.trusted-point.com`
122121
- `rpc-celestia-testnet-01.stakeflow.io`

0 commit comments

Comments
 (0)