Skip to content

Commit

Permalink
fix: sync with base
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Dec 20, 2024
1 parent 4f472dd commit 0ac1cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#gwei-values
EFFECTIVE_BALANCE_INCREMENT = 2 ** 0 * 10 ** 9
MAX_EFFECTIVE_BALANCE = 32 * 10 ** 9
MIN_ACTIVATION_BALANCE = 32 * 10 ** 9
MAX_EFFECTIVE_BALANCE_ELECTRA = 2048 * 10 ** 9
# https://github.com/ethereum/consensus-specs/blob/dev/specs/capella/beacon-chain.md#execution
MAX_WITHDRAWALS_PER_PAYLOAD = 2 ** 4
# https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#withdrawal-prefixes
Expand Down

0 comments on commit 0ac1cd2

Please sign in to comment.