ethpandaops / ethereum-genesis-generator

Create a ethereum execution and consensus layer testnet genesis and expose it via a webserver for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CL_TIMESTAMP variable missing in values.env

samlaf opened this issue · comments

config.yaml is expecting CL_TIMESTAMP variable which is not present in the values.env file.

Am I supposed to add it? And is it supposed to be the same as GENESIS_TIMESTAMP?

Actually it seems like the CL_TIMESTAMP is needed but not used. the config.yaml file that is generated has MIN_GENESIS_TIME set not to $CL_TIMESTAMP but actually to $GENESIS_TIMESTAMP (probably to stay in sync with the genesis.json generated for EL?)

good catch, thanks! I'll set it to $GENESIS_TIMESTAMP to make it more standard. Fixed in commit 06d1cc9 already on master.