mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 11:57:19 +00:00
Add Witti
This commit is contained in:
parent
08eeed26ed
commit
c59e89e47d
@ -9,9 +9,18 @@ MainnetSetting = BaseChainSetting(
|
|||||||
GENESIS_FORK_VERSION=bytes.fromhex('00000000'),
|
GENESIS_FORK_VERSION=bytes.fromhex('00000000'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
# Eth2 spec v0.11.3 testnet
|
||||||
|
WittiSetting = BaseChainSetting(
|
||||||
|
GENESIS_FORK_VERSION=bytes.fromhex('00000113'),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
MAINNET = 'mainnet'
|
MAINNET = 'mainnet'
|
||||||
|
WITTI = 'witti'
|
||||||
ALL_CHAINS: Dict[str, BaseChainSetting] = {
|
ALL_CHAINS: Dict[str, BaseChainSetting] = {
|
||||||
MAINNET: MainnetSetting,
|
MAINNET: MainnetSetting,
|
||||||
|
WITTI: WittiSetting,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user