Skip to content

Commit

Permalink
add endpoints, add dashboard (#1311)
Browse files Browse the repository at this point in the history
* del discontinued service

* add alphab staking dashboard. mocha-4

* add alphab mainnet staking dashboard. celestia

* add alphab endpoints. add analytics dashboard

---------

Co-authored-by: Josh Stein <[email protected]>
  • Loading branch information
Northa and jcstein authored Dec 11, 2023
1 parent 095e8c5 commit d2d073e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developers/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Just connect your wallet to get started!

- [https://wallet.keplr.app/chains/celestia?tab=staking](https://wallet.keplr.app/chains/celestia?tab=staking)
- [https://cosmos.leapwallet.io/transact/stake/plain?chain=celestia](https://cosmos.leapwallet.io/transact/stake/plain?chain=celestia)
- [https://alphab.ai/s/m/celestia/](https://alphab.ai/s/m/celestia/)

## Mocha testnet

Expand All @@ -26,6 +27,6 @@ Currently, the following staking interfaces exist for the

Just connect your wallet to get started!

- [https://alphab.ai/s/t/celestia-mocha-4/](https://alphab.ai/s/t/celestia-mocha-4/)
- [https://explorer.kjnodes.com/celestia-testnet](https://explorer.kjnodes.com/celestia-testnet)
- [https://test.anode.team/celestia](https://test.anode.team/celestia)
- [https://testnet.keplr.app/chains/celestia-mocha-testnet](https://testnet.keplr.app/chains/celestia-mocha-testnet)
7 changes: 7 additions & 0 deletions nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
- `consensus.lunaroasis.net`
- gRPC: port 9090
- RPC: port 26657
- `rpc-celestia.alphab.ai`
- gRPC: port 9090
- RPC: port 26657

### Consensus nodes

Expand All @@ -109,6 +112,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
- `celestia.cumulo.org.es`
- `rpc-celestia.mzonder.com`
- `rpc-celestia-01.stakeflow.io`
- `rpc-celestia.alphab.ai`
- `rpc-celestia-full.avril14th.org`

### API endpoints
Expand All @@ -125,6 +129,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
- `celestia.api.cumulo.org.es`
- `api-celestia.mzonder.com`
- `api-celestia-01.stakeflow.io`
- `api-celestia.alphab.ai`
- `api-celestia-full.avril14th.org`

### gRPC endpoints
Expand All @@ -141,6 +146,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with
- `celestia.grpc.cumulo.org.es:443`
- `grpc-celestia.mzonder.com:443`
- `grpc-celestia-01.stakeflow.io:15002`
- `rpc-celestia.alphab.ai:9090`
- `grpc-celestia-full.avril14th.org`

You can [find the status of these endpoints](https://celestia-tools.brightlystake.com/).
Expand All @@ -161,6 +167,7 @@ There are multiple explorers you can use for Mainnet Beta:
The following websites provide analytics for Celestia:

- [https://analytics.smartstake.io/celestia](https://analytics.smartstake.io/celestia)
- [https://alphab.ai/s/m/celestia/](https://alphab.ai/s/m/celestia/)

## Network upgrades

Expand Down

0 comments on commit d2d073e

Please sign in to comment.