Skip to content

Commit

Permalink
set MaxInputSize to 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
dshiell committed Dec 10, 2024
1 parent 6883304 commit aa73ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-alt-da/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package altda
// MaxInputSize ensures the canonical chain cannot include input batches too large to
// challenge in the Data Availability Challenge contract. Value in number of bytes.
// This value can only be changed in a hard fork.
const MaxInputSize = 130672
const MaxInputSize = 1000000

// TxDataVersion1 is the version number for batcher transactions containing
// altDA commitments. It should not collide with DerivationVersion which is still
Expand Down

0 comments on commit aa73ba7

Please sign in to comment.