diff --git a/src/constants.py b/src/constants.py index ec7495d27..0b5ad025e 100644 --- a/src/constants.py +++ b/src/constants.py @@ -36,6 +36,9 @@ MAX_PENDING_PARTIALS_PER_WITHDRAWALS_SWEEP = 2**3 # Lido contracts constants +# We assume that the Lido deposit amount is currently 32 ETH (MIN_ACTIVATION_BALANCE). +# If Lido decides to support 0x2 withdrawal credentials in the future, this variable +# should be revisited to accommodate potential changes in deposit requirements. LIDO_DEPOSIT_AMOUNT = MIN_ACTIVATION_BALANCE SHARE_RATE_PRECISION_E27 = 10**27 TOTAL_BASIS_POINTS = 10000