Add testnet-v3 genesis

This commit is contained in:
Shane Bammel 2023-03-21 12:10:22 -05:00
parent 90e77e0f05
commit d03f96d7bf
5 changed files with 3 additions and 14 deletions

View File

@ -284,17 +284,6 @@ define_hardcoded_nets!(
// Describes how the genesis state can be obtained.
GenesisStateSource::IncludedBytes
),
// TODO
// (
// // Network name (must be unique among all networks).
// pulsechain,
// // The name of the directory in the `eth2_network_config/built_in_network_configs`
// // directory where the configuration files are located for this network.
// "pulsechain",
// // Set to `true` if the genesis state can be found in the `built_in_network_configs`
// // directory.
// false // GENESIS_STATE_IS_NOT_KNOWN
// ),
(
// Network name (must be unique among all networks).
prater,
@ -336,13 +325,13 @@ define_hardcoded_nets!(
),
(
// Network name (must be unique among all networks).
pulsechain_testnet,
pulsechain_testnet_v3,
// The name of the directory in the `eth2_network_config/built_in_network_configs`
// directory where the configuration files are located for this network.
"pulsechain_testnet",
"pulsechain_testnet_v3",
// Set to `true` if the genesis state can be found in the `built_in_network_configs`
// directory.
GenesisStateSource::Unknown
GenesisStateSource::IncludedBytes
),
(
// Network name (must be unique among all networks).