diff --git a/common/eth2_config/src/lib.rs b/common/eth2_config/src/lib.rs index 2d474e6df..dbb7a0ca7 100644 --- a/common/eth2_config/src/lib.rs +++ b/common/eth2_config/src/lib.rs @@ -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). diff --git a/common/eth2_network_config/built_in_network_configs/pulsechain_testnet/boot_enr.yaml b/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/boot_enr.yaml similarity index 100% rename from common/eth2_network_config/built_in_network_configs/pulsechain_testnet/boot_enr.yaml rename to common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/boot_enr.yaml diff --git a/common/eth2_network_config/built_in_network_configs/pulsechain_testnet/config.yaml b/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/config.yaml similarity index 100% rename from common/eth2_network_config/built_in_network_configs/pulsechain_testnet/config.yaml rename to common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/config.yaml diff --git a/common/eth2_network_config/built_in_network_configs/pulsechain_testnet/deploy_block.txt b/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/deploy_block.txt similarity index 100% rename from common/eth2_network_config/built_in_network_configs/pulsechain_testnet/deploy_block.txt rename to common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/deploy_block.txt diff --git a/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/genesis.ssz.zip b/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/genesis.ssz.zip new file mode 100644 index 000000000..738da5ccb Binary files /dev/null and b/common/eth2_network_config/built_in_network_configs/pulsechain_testnet_v3/genesis.ssz.zip differ