File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ const (
2727
2828 GenesisGeneratorDenebImage = "tofelb/ethereum-genesis-generator:3.3.5-main-8a8fb99" // latest one, copy of public.ecr.aws/w0i8p0z9/ethereum-genesis-generator:main-8a8fb99
2929 GenesisGeneratorShanghaiImage = "tofelb/ethereum-genesis-generator:2.0.5"
30+ GenesisGeneratorElectraImage = "public.ecr.aws/w0i8p0z9/ethereum-genesis-generator:main"
3031)
Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ import (
2525var generatorForkToImageMap = map [ethereum.Fork ]string {
2626 ethereum .EthereumFork_Shanghai : ethereum .GenesisGeneratorShanghaiImage ,
2727 ethereum .EthereumFork_Deneb : ethereum .GenesisGeneratorDenebImage ,
28+ ethereum .EthereumFork_Electra : ethereum .GenesisGeneratorElectraImage ,
2829}
2930
3031var generatorForkToDataDirMap = map [ethereum.Fork ]string {
3132 ethereum .EthereumFork_Shanghai : "/data/custom_config_data" ,
3233 ethereum .EthereumFork_Deneb : "/data/metadata" ,
34+ ethereum .EthereumFork_Electra : "/data/metadata" ,
3335}
3436
3537type EthGenesisGenerator struct {
You can’t perform that action at this time.
0 commit comments