Skip to content

Commit

Permalink
Merge branch 'main' into add-checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Jul 24, 2023
2 parents d3d0b1d + 25a2f86 commit 5698146
Showing 1 changed file with 13 additions and 41 deletions.
54 changes: 13 additions & 41 deletions docs/networks/l14-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,24 @@ sidebar_position: 3

# L14 Public Testnet

:::success L14-Testnet is running.
This testnet is the lastest stable network.
:::

The [L14 Public Testnet](http://explorer.l14.lukso.network/) is the soon-deprecated POA test network currently used for all UniversalProfiles and issued (Pre) NFTs. L14 is up-to-date with the latest Ethereum forks until Constantinople.

## MetaMask

To add the L14 Network to MetaMask, these are the settings:

| Setting | Value |
| ------------------ | -------------------------------- |
| Network Name | L14 |
| New RPC URL | https://rpc.l14.lukso.network |
| Chain ID | 22 (0x16) |
| Currency Symbol | LYXt |
| Block Explorer URL | https://blockscout.com/lukso/l14 |

And if you need it, [here is a tutorial on how to do it](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC).

## Running a Node
:::caution Use LUKSO Testnet instead

### Install the Node
L14 is still running but we recommend you to use [LUKSO Testnet](./testnet/parameters.md) instead. L14 will be deprecated.

Install a parity node `> 2.2.7-stable` as [described here](https://openethereum.github.io/Setup.html).

The LUKSO L14 test network requires most of [Constantinople transitions](https://blog.ethereum.org/2019/02/22/ethereum-constantinople-st-petersburg-upgrade-announcement/). This means you need to at least run parity > 2.2.7-stable.

### Start the Node

Run your parity node and connect to the LUKSO L14 test network using:

```bash
$ parity --chain spec.json --bootnodes enode://6a6b0b286e3f96dee993d995f3fd435a065388664e211f02533e28c9ddc31089eb90f71d1386c3c74ee60f79df86cacdb10992c38e2f9cccac4881cb84526415@35.195.116.26:30303
```

The [spec.json](https://github.com/lukso-network/lukso-chain-spec/blob/l14/spec.json) is in the [l14](https://github.com/lukso-network/lukso-chain-spec/tree/l14) branch of the `lukso-chain-spec` repository.
:::

In case the bootnode from above does not work, you can find the current specifications [here](https://github.com/lukso-network/lukso-chain-spec/blob/l14/bootnodes.txt).
The [L14 Public Testnet](http://explorer.l14.lukso.network/) is the soon-deprecated POA test network currently used for all UniversalProfiles and issued (Pre) NFTs. L14 is up-to-date with the latest Ethereum forks until Constantinople.

## Links
| Setting | Value |
| ------------------ | ---------------------------------- |
| Network Name | L14 |
| New RPC URL | <https://rpc.l14.lukso.network> |
| Chain ID | 22 (0x16) |
| Currency Symbol | LYXt |
| Block Explorer URL | <https://blockscout.com/lukso/l14> |
| Faucet | <http://faucet.l14.lukso.network> |

- RPC Endpoint: <https://rpc.l14.lukso.network>
- Explorer: <https://blockscout.com/lukso/l14>
- Faucet: <http://faucet.l14.lukso.network>
You can use the values above to add LUKSO L14 to MetaMask. [Here is a tutorial on how to do it](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC).

## Repositories

Expand Down Expand Up @@ -76,4 +49,3 @@ Not included compared to Ethereum mainnet:
## Resources

- https://medium.com/lukso/announcing-the-l14-test-network-38d7c622c6cb
- https://github.com/lukso-network/l14-deploy-node-gcloud

0 comments on commit 5698146

Please sign in to comment.