Skip to content

Commit

Permalink
chore: remove unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Nov 27, 2024
1 parent 9c13216 commit a842234
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions how-to-guides/feegrant-for-blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ funding it, enabling a third-party account to cover the transaction fees.
## Pre-requisites

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

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

Then, send the feegrant transaction:
Expand Down Expand Up @@ -193,7 +193,7 @@ granted the fee allowance, run:

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

This output will show the remaining balance after fees have been deducted,
Expand Down
2 changes: 0 additions & 2 deletions how-to-guides/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ on [service providers with SLAs](#production-rpc-endpoints).
- `celestia.rpc.stakin-nodes.com`
- `celestia.cumulo.org.es`
- `rpc.archive.celestia.cumulo.com.es`
- `rpc-celestia.mzonder.com`
- `rpc-celestia-01.stakeflow.io`
- `rpc-celestia.alphab.ai`
- `rpc-celestia-full.avril14th.org`
Expand Down Expand Up @@ -183,7 +182,6 @@ on [service providers with SLAs](#production-rpc-endpoints).
- `celestia.grpc.stakin-nodes.com:443`
- `celestia.grpc.cumulo.org.es:443`
- `grpc.archive.celestia.cumulo.com.es:443`
- `grpc-celestia.mzonder.com:443`
- `grpc-celestia-01.stakeflow.io:15002`
- `rpc-celestia.alphab.ai:9090`
- `grpc-celestia-full.avril14th.org`
Expand Down
1 change: 0 additions & 1 deletion how-to-guides/mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Celestia network. The default port is 26657.

- `public-celestia-mocha4-consensus.numia.xyz:26657`
- `mocha-4-consensus.mesa.newmetric.xyz:26657`
- `rpc.celestia-mocha.com`
- `celestia-testnet.brightlystake.com`
- `rpc-celestia-mocha.trusted-point.com`
- `rpc-celestia-testnet-01.stakeflow.io`
Expand Down

0 comments on commit a842234

Please sign in to comment.