Skip to content

Commit

Permalink
Merge pull request #327 from fuseio/feat/rpc
Browse files Browse the repository at this point in the history
rpc
  • Loading branch information
NikolayRn authored Jan 30, 2025
2 parents d5247e3 + cb7384a commit 5154bb2
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions docs/developers/building-on-fuse/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@ sidebar_position: 2

# RPC

| Provider | RPC https URL |
| :------------------------------------------------------------- | :-------------------------------------------------------- |
| Fuse Labs\* | https://rpc.fuse.io |
| [Liquify](https://www.liquify.com/) | https://fuse.liquify.com |
| [Blockspaces](https://www.blockspaces.com/web3-infrastructure) | https://web3endpoints.com/fuse-mainnet |
| [Pocket Network](https://www.pokt.network/) | https://fuse.rpc.grove.city/v1/ |
| [GetBlock](https://getblock.io/) | https://fuse.getblock.io/mainnet |
| [OnFinality](https://onfinality.io/) | https://fuse.api.onfinality.io/public |
| [Nodies DLB](https://www.nodies.app/) | https://lb.nodies.app/v1/0cbc3d8d26874a0fa45221f001b8b364 |
| [dRPC](https://www.drpc.org/) | https://fuse.drpc.org |
| [Grove](https://www.grove.city) | [See Guide](../web3-tools/grove) |
| Provider | RPC https URL |
| :------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| Fuse Labs\* | [https://rpc.fuse.io](https://rpc.fuse.io) |
| Fuse Labs - Reserve\*\* | [https://rpc1.fuse.io/](https://rpc1.fuse.io/) |
| [Liquify](https://www.liquify.com/) | [https://fuse.liquify.com](https://fuse.liquify.com) |
| [Blockspaces](https://www.blockspaces.com/web3-infrastructure) | [https://web3endpoints.com/fuse-mainnet](https://web3endpoints.com/fuse-mainnet) |
| [Pocket Network](https://www.pokt.network/) | [https://fuse.rpc.grove.city/v1/](https://fuse.rpc.grove.city/v1/) |
| [GetBlock](https://getblock.io/) | [https://fuse.getblock.io/mainnet](https://fuse.getblock.io/mainnet) |
| [OnFinality](https://onfinality.io/) | [https://fuse.api.onfinality.io/public](https://fuse.api.onfinality.io/public) |
| [Nodies DLB](https://www.nodies.app/) | [https://lb.nodies.app/v1/0cbc3d8d26874a0fa45221f001b8b364](https://lb.nodies.app/v1/0cbc3d8d26874a0fa45221f001b8b364) |
| [dRPC](https://www.drpc.org/) | [https://fuse.drpc.org](https://fuse.drpc.org) |
| [Grove](https://www.grove.city) | [See Guide](../web3-tools/grove) |

Note\*: Developers are advised to use the Fuse RPC for the end users and wallets such as MetaMask.
\* Developers are advised to use the Fuse RPC for the end users and wallets such as MetaMask.

Fuse Archive node RPC: https://explorer-node.fuse.io/
\*\* In the case of issues with the Fuse RPC, developers are recommended to try Fuse Labs - Reserve before exploring other options.

Fuse Archive node RPC: [https://explorer-node.fuse.io/](https://explorer-node.fuse.io/)

0 comments on commit 5154bb2

Please sign in to comment.