Commit d8dfbae5 authored by L.Y's avatar L.Y Committed by GitHub

fix: add --contract-deployment-block parameter for Prysm (#557)

This parameter is important. Prism will handle deposit logs from
`--contract-deployment-block` to the latest block. If this parameter is
missed, Prysm's proposed block's eth1 data will have no deposit data.

The default value is 11184524, which is used for the mainnet.


https://github.com/ethpandaops/dencun-devnets/blob/master/ansible/inventories/devnet-12/group_vars/prysm.yaml#L52C5-L52C33Signed-off-by: default avatarlyfsn <dev.wangyu@proton.me>
parent eac9148b
......@@ -271,6 +271,7 @@ def get_beacon_config(
+ constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER
+ "/genesis.ssz",
)
cmd.append("--contract-deployment-block=0")
if (
network == constants.NETWORK_NAME.kurtosis
or constants.NETWORK_NAME.shadowfork in network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment