mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 21:11:21 +00:00
Use the updated PyrmontSetting.GENESIS_FORK_VERSION
This commit is contained in:
parent
935588287e
commit
bbbc81cf2e
@ -30,8 +30,8 @@ MedallaSetting = BaseChainSetting(ETH2_NETWORK_NAME=MEDALLA, GENESIS_FORK_VERSIO
|
||||
SpadinaSetting = BaseChainSetting(ETH2_NETWORK_NAME=SPADINA, GENESIS_FORK_VERSION=bytes.fromhex('00000002'))
|
||||
# Eth2 "dress rehearsal" testnet (spec v0.12.3)
|
||||
ZinkenSetting = BaseChainSetting(ETH2_NETWORK_NAME=ZINKEN, GENESIS_FORK_VERSION=bytes.fromhex('00000003'))
|
||||
# Eth2 testnet (spec v1.0.0)
|
||||
PyrmontSetting = BaseChainSetting(ETH2_NETWORK_NAME=PYRMONT, GENESIS_FORK_VERSION=bytes.fromhex('00000000'))
|
||||
# Eth2 pre-launch testnet (spec v1.0.0)
|
||||
PyrmontSetting = BaseChainSetting(ETH2_NETWORK_NAME=PYRMONT, GENESIS_FORK_VERSION=bytes.fromhex('00002009'))
|
||||
|
||||
|
||||
ALL_CHAINS: Dict[str, BaseChainSetting] = {
|
||||
|
Loading…
Reference in New Issue
Block a user