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

8 lines
234 B
Python
Raw Normal View History

DOMAIN_DEPOSIT = bytes.fromhex('03000000')
GENESIS_FORK_VERSION = bytes.fromhex('00000000')
MIN_DEPOSIT_AMOUNT = 2 ** 0 * 10 ** 9
MAX_DEPOSIT_AMOUNT = 2 ** 5 * 10 ** 9
WORD_LISTS_PATH = 'src/key_handling/key_derivation/word_lists/'