From d3d0b1d4e6451c152f5af30e0cfd122f00241c2a Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Mon, 24 Jul 2023 15:38:27 +0200 Subject: [PATCH] Add link to checkpoints --- docs/networks/mainnet/parameters.md | 5 +++-- docs/networks/testnet/parameters.md | 12 +++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/networks/mainnet/parameters.md b/docs/networks/mainnet/parameters.md index 3a83e6c347..f836e6fba3 100644 --- a/docs/networks/mainnet/parameters.md +++ b/docs/networks/mainnet/parameters.md @@ -20,8 +20,9 @@ The Mainnet of LUKSO started on Tuesday, 23rd May 2023 15:40:00 GMT (+ Genesis D | Execution Block Explorer | | | Execution Status Page | | | Consensus Block Explorer | | -| Consensus Status Page | | -| Launchpad | | +| Consensus Status Page | | +| Launchpad | | +| Checkpoints | | The mainnet network configs are defined or the [`lukso-network/network-configs`](https://github.com/lukso-network/network-configs/tree/main/mainnet/shared) repo. diff --git a/docs/networks/testnet/parameters.md b/docs/networks/testnet/parameters.md index 9e644fe10d..0c171fe931 100644 --- a/docs/networks/testnet/parameters.md +++ b/docs/networks/testnet/parameters.md @@ -22,6 +22,16 @@ The Public Testnet runs alongside the LUKSO mainnet for developers to test dApps | Consensus Block Explorer | | | Consensus Status Page | | | Faucet | | -| Launchpad | | +| Launchpad | | +| Checkpoints | | The testnet network configs are defined or the [`lukso-network/network-configs`](https://github.com/lukso-network/network-configs/tree/main/testnet/shared) repo. + +### 3rd party RPC providers + +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/) + +We recommend developers to use these RPC providers over our public RPC URL as they provide better performances.