We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f472dd commit 0ac1cd2Copy full SHA for 0ac1cd2
src/constants.py
@@ -13,8 +13,6 @@
13
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#gwei-values
14
EFFECTIVE_BALANCE_INCREMENT = 2 ** 0 * 10 ** 9
15
MAX_EFFECTIVE_BALANCE = 32 * 10 ** 9
16
-MIN_ACTIVATION_BALANCE = 32 * 10 ** 9
17
-MAX_EFFECTIVE_BALANCE_ELECTRA = 2048 * 10 ** 9
18
# https://github.com/ethereum/consensus-specs/blob/dev/specs/capella/beacon-chain.md#execution
19
MAX_WITHDRAWALS_PER_PAYLOAD = 2 ** 4
20
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#withdrawal-prefixes
0 commit comments