Skip to content

Commit 0ac1cd2

Browse files
committed
fix: sync with base
1 parent 4f472dd commit 0ac1cd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/constants.py

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#gwei-values
1414
EFFECTIVE_BALANCE_INCREMENT = 2 ** 0 * 10 ** 9
1515
MAX_EFFECTIVE_BALANCE = 32 * 10 ** 9
16-
MIN_ACTIVATION_BALANCE = 32 * 10 ** 9
17-
MAX_EFFECTIVE_BALANCE_ELECTRA = 2048 * 10 ** 9
1816
# https://github.com/ethereum/consensus-specs/blob/dev/specs/capella/beacon-chain.md#execution
1917
MAX_WITHDRAWALS_PER_PAYLOAD = 2 ** 4
2018
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#withdrawal-prefixes

0 commit comments

Comments
 (0)