Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITRocket endpoints for mocha #1597

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions nodes/mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ full blocks from it.
- `full.consensus.mocha-4.celestia-mocha.com`
- `consensus-full-mocha-4.celestia-mocha.com`
- `rpc-mocha.pops.one`
- `celestia-testnet-consensus.itrocket.net`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what ports are open?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RPC: 26657
gRPC: 9090

jcstein marked this conversation as resolved.
Show resolved Hide resolved

## RPC endpoints

Expand All @@ -103,6 +104,7 @@ Celestia network. The default port is 26657.
- `celestia-t-rpc.noders.services/`
- `rpc-1.testnet.celestia.nodes.guru`
- `rpc-2.testnet.celestia.nodes.guru`
- `celestia-testnet-rpc.itrocket.net`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what ports are open?

Copy link
Contributor Author

@itrocket-team itrocket-team Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

443

jcstein marked this conversation as resolved.
Show resolved Hide resolved

## API endpoints

Expand All @@ -126,6 +128,7 @@ The default port is 1317.
- [https://celestia-t-api.noders.services](https://celestia-t-api.noders.services)
- [https://api-1.testnet.celestia.nodes.guru](https://api-1.testnet.celestia.nodes.guru)
- [https://api-2.testnet.celestia.nodes.guru](https://api-2.testnet.celestia.nodes.guru)
- [https://celestia-testnet-api.itrocket.net](https://celestia-testnet-api.itrocket.net)

## gRPC endpoints

Expand All @@ -152,6 +155,7 @@ broadcast transactions.
- `celestia-grpc.noders.services:21090`
- `grpc-1.testnet.celestia.nodes.guru:10790`
- `grpc-2.testnet.celestia.nodes.guru:10790`
- `celestia-testnet-grpc.itrocket.net:443`

## Bridge and full node endpoints

Expand Down Expand Up @@ -209,6 +213,7 @@ There are several explorers you can use for Mocha:
- [https://explorer.nodestake.top/celestia-testnet/](https://explorer.nodestake.top/celestia-testnet)
- [https://stakeflow.io/celestia-testnet](https://stakeflow.io/celestia-testnet)
- [https://testnet.celestia.explorers.guru](https://testnet.celestia.explorers.guru)
- [https://testnet.itrocket.net/celestia](https://testnet.itrocket.net/celestia)

## Network upgrades

Expand Down
Loading