Skip to content

Commit

Permalink
add lava rpc endpoints to mocha testnet documentation (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-rsg authored Jan 15, 2025
1 parent 46403eb commit 7d0910e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions how-to-guides/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ on [service providers with SLAs](#production-rpc-endpoints).
- `celestia-api.chainode.tech`
- `celestia-mainnet-api.itrocket.net:443`
- `celestia-api.noders.services`
- `celestia.rest.lava.build`


#### Community gRPC endpoints

Expand All @@ -192,6 +194,8 @@ on [service providers with SLAs](#production-rpc-endpoints).
- `celestia-grpc.chainode.tech:443`
- `celestia-mainnet-grpc.itrocket.net:443`
- `celestia-grpc.noders.services:11090`
- `celestia.grpc.lava.build:443`


#### Community WebSocket endpoints

Expand Down
11 changes: 11 additions & 0 deletions how-to-guides/mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ The default port is 1317.
- [https://celestia-testnet-api.itrocket.net](https://celestia-testnet-api.itrocket.net)
- [https://api-celestia-testnet.cryptech.com.ua](https://api-celestia-testnet.cryptech.com.ua)
- [https://celestia-t-api.noders.services](https://celestia-t-api.noders.services)
- [http://celestiam.rest.lava.build](http://celestiam.rest.lava.build)

## Community gRPC endpoints

Expand All @@ -174,6 +175,16 @@ broadcast transactions.
- `celestia-testnet-grpc.itrocket.net:443`
- `grpc-celestia-testnet.cryptech.com.ua:443`
- `celestia-t-grpc.noders.services:21090`
- `celestiam.grpc.lava.build:443`

## Community JSON-RPC Endpoints

- `celestiam.jsonrpc.lava.build`

## Community Tendermint RPC Endpoints

- `celestiam.tendermintrpc.lava.build`


## Community bridge and full node endpoints

Expand Down

0 comments on commit 7d0910e

Please sign in to comment.