Skip to content

Commit

Permalink
add additional 3rd party RPC endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
biancabuzea200 committed Oct 13, 2023
1 parent 40f4920 commit 923114c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/networks/mainnet/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ The mainnet network configs are defined or the [`lukso-network/network-configs`]
Developers can use the services of the following 3rd party providers:

- [Gateway.fm](https://gateway.fm/) RPC URL: `https://rpc.lukso.gateway.fm`
- [NowNodes](https://nownodes.io/)
- [NowNodes](https://nownodes.io/) RPC URL: `https://lukso.nownodes.io`
- [Thirdweb](https://thirdweb.com/) RPC URL: `https://lukso.rpc.thirdweb.com`

## Add LUKSO network (MetaMask...)

Expand Down
3 changes: 2 additions & 1 deletion docs/networks/testnet/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The testnet network configs are defined or the [`lukso-network/network-configs`]
Developers can use the services of the following 3rd party providers:

- [Gateway.fm](https://gateway.fm/) RPC URL: `https://rpc.testnet.lukso.gateway.fm`
- [NowNodes](https://nownodes.io/)
- [NowNodes](https://nownodes.io/) RPC URL: `https://lukso-testnet.nownodes.io`
- [Thirdweb](https://thirdweb.com/) RPC URL: `https://lukso-testnet.rpc.thirdweb.com`

We recommend developers to use these RPC providers over our public RPC URL as they provide better performances.

0 comments on commit 923114c

Please sign in to comment.