Skip to content

Update EIP-7892: use valid yaml for consensus config #9619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions EIPS/eip-7892.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ To facilitate these changes on the execution layer, the `blobSchedule` object sp
On the consensus layer, a new parameter is added to the configuration:

```
# epoch max_blobs
BPO_FORK: 348618 24
BPO_FORK: 355368 56
BPO_FORK:
- epoch: 348618
max_blobs: 24
- epoch: 355368
max_blobs: 56
```

The parameters and schedules above are purely illustrative. Actual values and schedules are beyond the scope of this specification.
Expand Down
Loading