Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 16, 2025
1 parent 40b51d2 commit 28af071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/config/src/forkConfig/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export type ForkInfo = {
prevForkName: ForkName;
};

/** Set of config values that frequently change across hard-forks */
/**
* Set of config values that frequently change across hard-forks
*/
export type ConfigValue = {
MAX_BLOBS_PER_BLOCK: number;
MAX_REQUEST_BLOB_SIDECARS: number;
Expand Down

0 comments on commit 28af071

Please sign in to comment.