Skip to content

Commit

Permalink
Merge pull request #589 from lukso-network/add-checkpoint
Browse files Browse the repository at this point in the history
Add link to checkpoints
  • Loading branch information
Hugoo authored Jul 24, 2023
2 parents 25a2f86 + 5698146 commit 57df200
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/networks/mainnet/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ The Mainnet of LUKSO started on Tuesday, 23rd May 2023 15:40:00 GMT (+ Genesis D
| Execution Block Explorer | <https://explorer.execution.mainnet.lukso.network> |
| Execution Status Page | <https://stats.execution.mainnet.lukso.network> |
| Consensus Block Explorer | <https://explorer.consensus.mainnet.lukso.network> |
| Consensus Status Page | <https://stats.consensus.mainnet.lukso.network/> |
| Launchpad | <https://deposit.mainnet.lukso.network/> |
| Consensus Status Page | <https://stats.consensus.mainnet.lukso.network> |
| Launchpad | <https://deposit.mainnet.lukso.network> |
| Checkpoints | <https://checkpoints.mainnet.lukso.network> |

The mainnet network configs are defined or the [`lukso-network/network-configs`](https://github.com/lukso-network/network-configs/tree/main/mainnet/shared) repo.

Expand Down
12 changes: 11 additions & 1 deletion docs/networks/testnet/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ The Public Testnet runs alongside the LUKSO mainnet for developers to test dApps
| Consensus Block Explorer | <https://explorer.consensus.testnet.lukso.network> |
| Consensus Status Page | <https://stats.consensus.testnet.lukso.network> |
| Faucet | <https://faucet.testnet.lukso.network> |
| Launchpad | <https://deposit.testnet.lukso.network/> |
| Launchpad | <https://deposit.testnet.lukso.network> |
| Checkpoints | <https://checkpoints.testnet.lukso.network> |

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.

0 comments on commit 57df200

Please sign in to comment.