mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +00:00
Add testnet-v3 genesis
This commit is contained in:
parent
90e77e0f05
commit
d03f96d7bf
@ -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).
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user