Skip to content

Commit

Permalink
Fix validators genesis ipfs hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Oct 25, 2023
1 parent 09b809b commit 7d31f0f
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 @@ -96,7 +96,7 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
hexstr=HexStr('0x9143aa7c615a7f7115e2b6aac319c03529df8242ae705fba9df39b79c59fa8b1')
)
),
GENESIS_VALIDATORS_IPFS_HASH='QmRQC77DywyAofaYdiNPm8wvskMMd88S65aCfoxEnDfKEr',
GENESIS_VALIDATORS_IPFS_HASH='bafybeih2zhayrd6t5nnvzwmechcrxeejphr45lv4q7byxjqlapizghdtde',
SLOTS_PER_EPOCH=32,
SECONDS_PER_BLOCK=Decimal(12),
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x01017000')),
Expand Down

0 comments on commit 7d31f0f

Please sign in to comment.