Skip to content

Commit

Permalink
Merge pull request #17 from ethpandaops/bbusa/eip4844
Browse files Browse the repository at this point in the history
add EIP4844 configuration
  • Loading branch information
barnabasbusa authored Dec 19, 2022
2 parents b153475 + 9772a79 commit 84e11e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config-example/cl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CAPELLA_FORK_EPOCH: $CAPELLA_FORK_EPOCH

# EIP4844
EIP4844_FORK_VERSION: $EIP4844_FORK_VERSION
EIP4844_FORK_EPOCH: 18446744073709551615
EIP4844_FORK_EPOCH: $EIP4844_FORK_EPOCH

# Time parameters
# ---------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions config-example/values.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export BELLATRIX_FORK_VERSION="0x30000040"
export CAPELLA_FORK_VERSION="0x40000040"
export CAPELLA_FORK_EPOCH="5"
export EIP4844_FORK_VERSION="0x50000040"
export EIP4844_FORK_EPOCH="18446744073709551615"
export WITHDRAWAL_TYPE="0x00"
export WITHDRAWAL_ADDRESS=0xf97e180c050e5Ab072211Ad2C213Eb5AEE4DF134
export BEACON_STATIC_ENR="enr:-Iq4QMCTfIMXnow27baRUb35Q8iiFHSIDBJh6hQM5Axohhf4b6Kr_cOCu0htQ5WvVqKvFgY28893DHAg8gnBAXsAVqmGAX53x8JggmlkgnY0gmlwhLKAlv6Jc2VjcDI1NmsxoQK6S-Cii_KmfFdUJL2TANL3ksaKUnNXvTCv1tLwXs0QgIN1ZHCCIyk"
Expand Down

0 comments on commit 84e11e7

Please sign in to comment.