Skip to content

Commit

Permalink
Fix SHAPELLA_FORK_VERSION on holesky (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise authored Jan 12, 2024
1 parent a9fd607 commit 1213d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def IS_SUPPORT_V2_MIGRATION(self) -> bool:
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x01017000')),
IS_POA=False,
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.03', 'ether'),
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x01017000')),
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x04017000')),
SHAPELLA_EPOCH=256,
MULTICALL_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0xcA11bde05977b3631167028862bE2a173976CA11'
Expand Down

0 comments on commit 1213d32

Please sign in to comment.