diff --git a/docs/networks/mainnet/parameters.md b/docs/networks/mainnet/parameters.md index 956e8efecb..0768efc8e0 100644 --- a/docs/networks/mainnet/parameters.md +++ b/docs/networks/mainnet/parameters.md @@ -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...) diff --git a/docs/networks/testnet/parameters.md b/docs/networks/testnet/parameters.md index 0c171fe931..8a66b0cd71 100644 --- a/docs/networks/testnet/parameters.md +++ b/docs/networks/testnet/parameters.md @@ -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.