./prysmctl testnet generate-genesis --num-validators 64 --output-ssz genesis.ssz --chain-config-file config.yml --override-eth1data true
INFO[0000] Specified a chain config file: config.yml prefix=genesis
FATA[0000] Could not generate beacon chain genesis state error="could not set config params: version 0x06000000 for fork fulu in config interop conflicts with existing config named=mainnet: configset cannot add config with conflicting fork version schedule" prefix=genesis
this is my config.yml file
`CONFIG_NAME: interop
PRESET_BASE: interop
Genesis
GENESIS_FORK_VERSION: 0x20000089
Altair
ALTAIR_FORK_EPOCH: 0
ALTAIR_FORK_VERSION: 0x20000090
Merge
BELLATRIX_FORK_EPOCH: 0
BELLATRIX_FORK_VERSION: 0x20000091
TERMINAL_TOTAL_DIFFICULTY: 0
Capella
CAPELLA_FORK_EPOCH: 0
CAPELLA_FORK_VERSION: 0x20000092
MAX_WITHDRAWALS_PER_PAYLOAD: 16
Deneb
DENEB_FORK_EPOCH: 0
DENEB_FORK_VERSION: 0x20000093
Time parameters
SECONDS_PER_SLOT: 12
SLOTS_PER_EPOCH: 6
Deposit contract
DEPOSIT_CONTRACT_ADDRESS: "0x4242424242424242424242424242424242424242"
Chain Config
chain-config:
network-id: 32382
genesis-delay: 600
Forks
forks:
- name: capella
version: 0x20000092
`
./prysmctl testnet generate-genesis --num-validators 64 --output-ssz genesis.ssz --chain-config-file config.yml --override-eth1data true
INFO[0000] Specified a chain config file: config.yml prefix=genesis
FATA[0000] Could not generate beacon chain genesis state error="could not set config params: version 0x06000000 for fork fulu in config interop conflicts with existing config named=mainnet: configset cannot add config with conflicting fork version schedule" prefix=genesis
this is my config.yml file
`CONFIG_NAME: interop
PRESET_BASE: interop
Genesis
GENESIS_FORK_VERSION: 0x20000089
Altair
ALTAIR_FORK_EPOCH: 0
ALTAIR_FORK_VERSION: 0x20000090
Merge
BELLATRIX_FORK_EPOCH: 0
BELLATRIX_FORK_VERSION: 0x20000091
TERMINAL_TOTAL_DIFFICULTY: 0
Capella
CAPELLA_FORK_EPOCH: 0
CAPELLA_FORK_VERSION: 0x20000092
MAX_WITHDRAWALS_PER_PAYLOAD: 16
Deneb
DENEB_FORK_EPOCH: 0
DENEB_FORK_VERSION: 0x20000093
Time parameters
SECONDS_PER_SLOT: 12
SLOTS_PER_EPOCH: 6
Deposit contract
DEPOSIT_CONTRACT_ADDRESS: "0x4242424242424242424242424242424242424242"
Chain Config
chain-config:
network-id: 32382
genesis-delay: 600
Forks
forks:
version: 0x20000092
`