Constants
MIN_SACRIFICIAL_DEPOSIT
The minimum allowed sacrificial deposit amount.
MAX_REBALANCE_DELAY
The maximum rebalance delay, in seconds.
BEACON_CHAIN_STRATEGY
The Beacon Chain ETH strategy pseudo-address.
ETH_ADDRESS
The ETH pseudo-address.
ETH_DEPOSIT_SIZE
The per-validator ETH deposit amount.
ETH_DEPOSIT_SOFT_CAP
A soft cap on the amount of ETH that can be deposited in a single transaction (100 validators). Depending on the ETH deposit buffer limit, the actual maximum deposit amount may slightly higher.
ETH_DEPOSIT_BUFFER_LIMIT
Defines the maximum allowable excess amount of ETH above the soft cap that can still be deposited in a single transaction. This allows for deposits slightly over the soft cap (up to 10 validators extra) to be included without requiring additional transactions.
ETH_DEPOSIT_SIZE_IN_GWEI_LE64
The deposit amount in gwei, converted to little endian. ETH_DEPOSIT_SIZE_IN_GWEI_LE64 = toLittleEndian64(32 ether / 1 gwei)
GWEI_TO_WEI
The conversion factor from gwei to wei.
BLS_PUBLIC_KEY_LENGTH
The length of a BLS12-381 public key.
BLS_SIGNATURE_LENGTH
The length of a BLS12-381 signature.
Last updated