Skip to content

Commit

Permalink
Merge pull request #71 from Geodefi/fix-genesis-v2.1.1
Browse files Browse the repository at this point in the history
Fix: GENESIS_FORK_VERSION
  • Loading branch information
geode-main authored May 15, 2024
2 parents 5827c99 + a816c64 commit dd95d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodefi/globals/beacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd95d12

Please sign in to comment.