Skip to content

Commit

Permalink
Merge pull request #378 from ethereum/new-holesky-fork-version
Browse files Browse the repository at this point in the history
Change to the new Holesky fork version
  • Loading branch information
CarlBeek authored Sep 25, 2023
2 parents a3ed31b + 0594c88 commit ab63e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking_deposit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class BaseChainSetting(NamedTuple):
GENESIS_VALIDATORS_ROOT=bytes.fromhex('53a92d8f2bb1d85f62d16a156e6ebcd1bcaba652d0900b2c2f387826f3481f6f'))
# Holesky setting
HoleskySetting = BaseChainSetting(
NETWORK_NAME=HOLESKY, GENESIS_FORK_VERSION=bytes.fromhex('00017000'),
NETWORK_NAME=HOLESKY, GENESIS_FORK_VERSION=bytes.fromhex('01017000'),
GENESIS_VALIDATORS_ROOT=bytes.fromhex('9143aa7c615a7f7115e2b6aac319c03529df8242ae705fba9df39b79c59fa8b1'))


Expand Down

0 comments on commit ab63e8a

Please sign in to comment.