Skip to content

Commit 60e3b61

Browse files
Add lukso as a network option (#475)
1 parent 05c8df1 commit 60e3b61

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

docs/reference/cli/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,9 +1360,10 @@ Possible values are:
13601360
| `mainnet` | Consensus layer | Production | Main network |
13611361
| `minimal` | Consensus layer | Test | Used for local testing and development networks |
13621362
| `goerli` | Consensus layer | Test | Multi-client testnet |
1363-
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://docs.gnosischain.com/) |
1363+
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) |
13641364
| `sepolia` | Consensus layer | Test | Multi-client testnet |
13651365
| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) |
1366+
| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) |
13661367

13671368
Predefined networks can provide defaults such as the initial state of the network, bootnodes, and the address of the deposit contract.
13681369

docs/reference/cli/subcommands/admin.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,10 @@ Possible values are:
288288
| `mainnet` | Consensus layer | Production | Main network |
289289
| `minimal` | Consensus layer | Test | Used for local testing and development networks |
290290
| `goerli` | Consensus layer | Test | Multi-client testnet |
291-
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://docs.gnosischain.com/) |
291+
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) |
292292
| `sepolia` | Consensus layer | Test | Multi-client testnet |
293+
| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) |
294+
| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) |
293295

294296
Predefined networks can provide defaults such the initial state of the network, bootnodes, and the address of the deposit contract.
295297

@@ -570,7 +572,9 @@ Possible values are:
570572
| `mainnet` | Consensus layer | Production | Main network |
571573
| `minimal` | Consensus layer | Test | Used for local testing and development networks |
572574
| `goerli` | Consensus layer | Test | Multi-client testnet |
573-
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://docs.gnosischain.com/) |
575+
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) |
574576
| `sepolia` | Consensus layer | Test | Multi-client testnet |
577+
| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) |
578+
| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) |
575579

576580
Predefined networks can provide defaults such the initial state of the network, bootnodes, and the address of the deposit contract.

docs/reference/cli/subcommands/migrate-database.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,7 @@ Possible values are:
157157
| `mainnet` | Consensus layer | Production | Main network |
158158
| `minimal` | Consensus layer | Test | Used for local testing and development networks |
159159
| `goerli` | Consensus layer | Test | Multi-client testnet |
160-
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://docs.gnosischain.com/) |
160+
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) |
161161
| `sepolia` | Consensus layer | Test | Multi-client testnet |
162+
| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) |
163+
| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) |

docs/reference/cli/subcommands/slashing-protection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,10 @@ Possible values are:
366366
| `mainnet` | Consensus layer | Production | Main network |
367367
| `minimal` | Consensus layer | Test | Used for local testing and development networks |
368368
| `goerli` | Consensus layer | Test | Multi-client testnet |
369-
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://docs.gnosischain.com/) |
369+
| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) |
370370
| `sepolia` | Consensus layer | Test | Multi-client testnet |
371+
| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) |
372+
| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) |
371373

372374
Predefined networks can provide defaults such the initial state of the network, bootnodes, and the address of the deposit contract.
373375

project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ longpaths
287287
lorber
288288
lowercased
289289
lqip
290+
lukso
290291
lunrjs
291292
mapbox
292293
marcey

0 commit comments

Comments
 (0)