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

Update TrustedPoint archive node domain (RPC, gRPC, API) on mocha & mainnet.md #1412

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ to participate in Mainnet Beta:
- `celestia-rpc.easy2stake.com`
- `celestia.rpc.kjnodes.com`
- `celestia-rpc.0xcryptovestor.com`
- `rpc-celestia-mainnet.trusted-point.com`

#### API endpoints

Expand All @@ -131,6 +132,7 @@ to participate in Mainnet Beta:
- `api-celestia-full.avril14th.org`
- `celestia-lcd.easy2stake.com`
- `celestia.api.kjnodes.com`
- `api-celestia-mainnet.trusted-point.com`

#### gRPC endpoints

Expand All @@ -149,6 +151,7 @@ to participate in Mainnet Beta:
- `rpc-celestia.alphab.ai:9090`
- `grpc-celestia-full.avril14th.org`
- `celestia.grpc.kjnodes.com:443`
- `grpc-celestia-mainnet.trusted-point.com:9095`

### Data availability nodes

Expand Down
6 changes: 3 additions & 3 deletions nodes/mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Celestia network. The default port is 26657.
- `celestia-rpc.f5nodes.com`
- `celestia-testnet.brightlystake.com`
- `rpc-celestia-mocha.architectnodes.com`
- `rpc-celestia-mocha.testnet-pride.com`
- `rpc-celestia-mocha.trusted-point.com`
Copy link
Member

Choose a reason for hiding this comment

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

can you confirm you're replacing one of your own endpoints? @Hacker-web-Vi

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can you confirm you're replacing one of your own endpoints? @Hacker-web-Vi

@jcstein confirming

Copy link
Member

Choose a reason for hiding this comment

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

ty. :shipit:

- `rpc-celestia-testnet-01.stakeflow.io`
- `mocha.celestia.rpc.cumulo.me`
- `rpc-mocha-4.spidey.services`
Expand All @@ -99,7 +99,7 @@ The default port is 1317.
- [https://celestia-api.f5nodes.com](https://celestia-api.f5nodes.com)
- [https://celestia-testnet.brightlystake.com/api](https://celestia-testnet.brightlystake.com/api)
- [https://rest-celestia-mocha.architectnodes.com](https://rest-celestia-mocha.architectnodes.com)
- [https://api-celestia-mocha.testnet-pride.com/](https://api-celestia-mocha.testnet-pride.com/)
- [https://api-celestia-mocha.trusted-point.com](https://api-celestia-mocha.trusted-point.com)
- [https://api-celestia-testnet-01.stakeflow.io/](https://api-celestia-testnet-01.stakeflow.io/)
- [https://mocha.api.cumulo.me/](https://mocha.api.cumulo.me/)
- [http://api-mocha-4.spidey.services](http://api-mocha-4.spidey.services)
Expand All @@ -119,7 +119,7 @@ broadcast transactions.
- `celestia-grpc.f5nodes.com`
- `celestia-testnet.brightlystake.com:9390`
- `grpc-celestia-mocha.architectnodes.com:1443`
- `grpc-celestia-mocha.testnet-pride.com:9099`
- `grpc-celestia-mocha.trusted-point.com:9099`
- `grpc-celestia-testnet-01.stakeflow.io:16002`
- `mocha.grpc.cumulo.me:443`
- `grpc-mocha-4.spidey.services`
Expand Down
Loading