Add testnet-v3 genesis

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

View File

@ -246,17 +246,6 @@ define_hardcoded_nets!(
// directory.
GENESIS_STATE_IS_KNOWN
),
// 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,
@ -291,13 +280,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.
false // GENESIS_STATE_IS_NOT_KNOWN
GENESIS_STATE_IS_KNOWN
),
(
// Network name (must be unique among all networks).