This commit is contained in:
Hsiao-Wei Wang 2020-06-25 11:42:03 +08:00
parent 0c51422281
commit 636825394d
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -4,6 +4,7 @@ from typing import Dict, NamedTuple
class BaseChainSetting(NamedTuple):
GENESIS_FORK_VERSION: bytes
# Eth2 Mainet setting
MainnetSetting = BaseChainSetting(GENESIS_FORK_VERSION=bytes.fromhex('00000000'))
# Eth2 spec v0.11.3 testnet