Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to checkpoints #589

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.