Skip to content

Commit

Permalink
Merge pull request #671 from lukso-network/addRPC
Browse files Browse the repository at this point in the history
add additional 3rd party RPC endpoints
  • Loading branch information
fhildeb authored Oct 13, 2023
2 parents e7ddd99 + 7515740 commit 8fde144
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 8fde144

Please sign in to comment.