mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 04:42:34 +00:00
Add sepolia config (#3268)
## Issue Addressed N/A ## Proposed Changes Add network config for sepolia from https://github.com/eth-clients/merge-testnets/pull/14
This commit is contained in:
@@ -238,5 +238,6 @@ define_hardcoded_nets!(
|
||||
(prater, "prater", GENESIS_STATE_IS_KNOWN),
|
||||
(gnosis, "gnosis", GENESIS_STATE_IS_KNOWN),
|
||||
(kiln, "kiln", GENESIS_STATE_IS_KNOWN),
|
||||
(ropsten, "ropsten", GENESIS_STATE_IS_KNOWN)
|
||||
(ropsten, "ropsten", GENESIS_STATE_IS_KNOWN),
|
||||
(sepolia, "sepolia", GENESIS_STATE_IS_KNOWN)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user