mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 03:51:39 +00:00
Fix lint
This commit is contained in:
parent
0c51422281
commit
636825394d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user