diff --git a/docs/api/rpc/providers.md b/docs/api/rpc/providers.md index 32a016293dd..43f65d99f94 100644 --- a/docs/api/rpc/providers.md +++ b/docs/api/rpc/providers.md @@ -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/` | | | @@ -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: |