Remove "eip4844" network (#4008)

This commit is contained in:
Paul Hauner
2023-02-21 11:01:22 +11:00
committed by GitHub
parent 0b6850221e
commit c3c181aa03
5 changed files with 1 additions and 91 deletions

View File

@@ -307,6 +307,5 @@ define_hardcoded_nets!(
// Set to `true` if the genesis state can be found in the `built_in_network_configs`
// directory.
GENESIS_STATE_IS_KNOWN
),
(eip4844, "eip4844", GENESIS_STATE_IS_KNOWN)
)
);