Skip to content

Commit

Permalink
Merge pull request #72 from Geodefi/dev
Browse files Browse the repository at this point in the history
v2.1.1
  • Loading branch information
geode-main authored May 15, 2024
2 parents dbfc6e7 + dd95d12 commit b567c3c
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 b567c3c

Please sign in to comment.