Skip to content

Commit

Permalink
Temp change FIELD_ELEMENTS_PER_BLOB
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Nov 26, 2022
1 parent 370c733 commit 0427435
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/params/src/presets/minimal/eip4844.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import {EIP4844Preset} from "../../interface/eip4844.js";
/* eslint-disable @typescript-eslint/naming-convention */
export const eip4844: EIP4844Preset = {
// `uint64(4096)`
FIELD_ELEMENTS_PER_BLOB: 4,
////////////////////////////////////////////////////////////////////////
// TODO EIP-4844: See https://github.com/Inphi/eip4844-interop/issues/65
// Can't customize this value, but otherwise the interop tests fail
////////////////////////////////////////////////////////////////////////
FIELD_ELEMENTS_PER_BLOB: 4096,
// `uint64(2**4)` (= 16)
MAX_BLOBS_PER_BLOCK: 16,
};

0 comments on commit 0427435

Please sign in to comment.