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:
Pawan Dhananjay
2022-06-17 03:10:52 +00:00
parent 564d7da656
commit 7aeb9f9ecd
5 changed files with 80 additions and 1 deletions

View File

@@ -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)
);