mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Kiln (#3067)
## Issue Addressed Adds the [Kiln](https://github.com/eth-clients/merge-testnets/tree/main/kiln) configs, so we can use `--network kiln`. ## Additional Notes - Also includes the fix from #3066.
This commit is contained in:
@@ -236,5 +236,6 @@ macro_rules! define_hardcoded_nets {
|
||||
define_hardcoded_nets!(
|
||||
(mainnet, "mainnet", GENESIS_STATE_IS_KNOWN),
|
||||
(prater, "prater", GENESIS_STATE_IS_KNOWN),
|
||||
(gnosis, "gnosis", GENESIS_STATE_IS_KNOWN)
|
||||
(gnosis, "gnosis", GENESIS_STATE_IS_KNOWN),
|
||||
(kiln, "kiln", GENESIS_STATE_IS_KNOWN)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user