staking-deposit-cli/src/utils/constants.py

5 lines
157 B
Python
Raw Normal View History

DOMAIN_DEPOSIT = bytes.fromhex('03000000')
GENESIS_FORK_VERSION = bytes.fromhex('00000000')
WORD_LISTS_PATH = 'src/key_handling/key_derivation/word_lists/'