diff --git a/geodefi/globals/beacon.py b/geodefi/globals/beacon.py index b22532b..925ac5e 100644 --- a/geodefi/globals/beacon.py +++ b/geodefi/globals/beacon.py @@ -24,7 +24,7 @@ class DEPOSIT_SIZE(IntEnum): GENESIS_FORK_VERSION: t.Dict[Network, bytes] = { Network.ethereum: bytes.fromhex("00000000"), - Network.holesky: bytes.fromhex("00001020"), + Network.holesky: bytes.fromhex("01017000"), Network.binance: None, Network.gnosis: bytes.fromhex("00000064"), Network.avalanche: None,