Skip to content
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
4 changes: 3 additions & 1 deletion docs/api/rpc/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ If you want to use a custom RPC provider with NEAR Wallet Selector, [check this

| Provider | Endpoint Root | Public Endpoint | Archival Node |
| -------------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------ | ------------------ |
| [1RPC](https://docs.1rpc.io/) | `https://1rpc.io/near` | :heavy_check_mark: | |
| [1RPC](https://docs.1rpc.io/) | `https://1rpc.io/near` | :heavy_check_mark: | |
| [All That Node](https://www.allthatnode.com/) | `https://allthatnode.com/protocol/near.dsrv` | | :heavy_check_mark: |
| [ankr.com](https://www.ankr.com/docs/rpc-service/chains/chains-list/#near) | `https://rpc.ankr.com/near` | | |
| [BlockPI Network](https://blockpi.io) | `https://near.blockpi.network/v1/rpc/public` | :heavy_check_mark: | |
| [dRPC](https://drpc.org/) | `https://near.drpc.org` | :heavy_check_mark: | |
| [ZAN](https://zan.top/service/apikeys) | `https://api.zan.top/node/v1/near/mainnet/` | | |
| [fast-near web4](https://github.com/vgrichina/fast-near) | `https://rpc.web4.near.page` | :heavy_check_mark: | |
| [FASTNEAR](https://fastnear.com) | `https://free.rpc.fastnear.com` | :heavy_check_mark: | :heavy_check_mark: |
| [GetBlock](https://getblock.io/nodes/near/) | `https://getblock.io/nodes/near/` | | |
Expand All @@ -42,6 +43,7 @@ If you want to use a custom RPC provider with NEAR Wallet Selector, [check this
| Provider | Endpoint Root | Public Endpoint |
| -------------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------ |
| [FASTNEAR](https://fastnear.com) | `https://test.rpc.fastnear.com` | :heavy_check_mark: |
| [ZAN](https://zan.top/service/apikeys) | `https://api.zan.top/node/ws/v1/near/testnet` | |
| [All That Node](https://www.allthatnode.com/) | `https://allthatnode.com/protocol/near.dsrv` | |
| [dRPC](https://drpc.org/) | `https://near-testnet.drpc.org` | :heavy_check_mark: |
| [fast-near web4](https://github.com/vgrichina/fast-near) | `https://rpc.web4.testnet.page/account/testnet` | :heavy_check_mark: |
Expand Down
Loading