You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/electra/beacon-chain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ The following values are (non-configurable) constants used throughout the specif
170
170
| - | - | - |
171
171
|`MAX_DEPOSIT_REQUESTS_PER_PAYLOAD`|`uint64(2**13)` (= 8,192) |*[New in Electra:EIP6110]* Maximum number of deposit receipts allowed in each payload |
172
172
|`MAX_WITHDRAWAL_REQUESTS_PER_PAYLOAD`|`uint64(2**4)` (= 16)|*[New in Electra:EIP7002]* Maximum number of execution layer withdrawal requests in each payload |
173
-
|`MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD`|`uint64(1)` (= 1) |*[New in Electra:EIP7002]* Maximum number of execution layer consolidation requests in each payload |
173
+
|`MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD`|`uint64(1)` (= 1) |*[New in Electra:EIP7251]* Maximum number of execution layer consolidation requests in each payload |
0 commit comments