mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-11 05:20:06 +00:00
5 lines
157 B
Python
5 lines
157 B
Python
|
DOMAIN_DEPOSIT = bytes.fromhex('03000000')
|
||
|
GENESIS_FORK_VERSION = bytes.fromhex('00000000')
|
||
|
|
||
|
WORD_LISTS_PATH = 'src/key_handling/key_derivation/word_lists/'
|