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 providers.md #1438

Merged
merged 2 commits into from
Jul 11, 2023
Merged
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
5 changes: 3 additions & 2 deletions docs/5.api/rpc/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: RPC Providers
---

There are multiple RPC providers from which you can choose from. These providers will work as intermediaries to help you interact with the NEAR network.
Depending on where the provider is located you'll experience different latency levels. You can potentially use multiple providers for redundancy and
You'll experience different latency levels depending on the provider's location. You can potentially use multiple providers for redundancy and
balancing.

:::tip
Expand All @@ -28,6 +28,7 @@ If you want to use a custom RPC provider with NEAR Wallet Selector, [check this
| [GetBlock](https://getblock.io/nodes/near/) | `https://getblock.io/nodes/near/` |
| [Infura](https://docs.infura.io/infura/networks/near) | `https://near-mainnet.infura.io/v3/` |
| [NodeReal](https://nodereal.io) | `https://nodereal.io/api-marketplace/near-rpc` |
| [NOWNodes](https://nownodes.io/) | `https://nownodes.io/nodes` |
| [NOWNodes](https://nownodes.io/) | `https://near.nownodes.io/` |
| [OMNIA](https://omniatech.io) | `https://endpoints.omniatech.io/v1/near/mainnet/public` |
| [QuickNode](https://www.quicknode.com/chains/near) | - |
| [Zeeve](https://www.zeeve.io/) | `` |
Loading