Skip to content

Commit

Permalink
Updated mainnet genesis validators root
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevDmitry committed Mar 13, 2024
1 parent 4725e2d commit bb3c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking_deposit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BaseChainSetting(NamedTuple):
# Mainnet setting
MainnetSetting = BaseChainSetting(
NETWORK_NAME=MAINNET, GENESIS_FORK_VERSION=bytes.fromhex('0a000000'),
GENESIS_VALIDATORS_ROOT=bytes.fromhex('4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95'))
GENESIS_VALIDATORS_ROOT=bytes.fromhex('a73c6c40923a73d0ba772eb3791352c8f6cf42bd72c4677e9153d5a14de991e5'))
# Auroria setting
AuroriaSettings = BaseChainSetting(
NETWORK_NAME=AURORIA, GENESIS_FORK_VERSION=bytes.fromhex('0a000a14'),
Expand Down

0 comments on commit bb3c4e4

Please sign in to comment.