Skip to content

Commit

Permalink
chore: increase the data commitment blocks limit
Browse files Browse the repository at this point in the history
This is done to support 4 hours batches of attestations
  • Loading branch information
rach-id authored Mar 13, 2024
1 parent 5cfce0b commit 37d5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ var (
NewBaseHashFunc = sha256.New

// DataCommitmentBlocksLimit is the limit to the number of blocks we can generate a data commitment for.
DataCommitmentBlocksLimit = 1000
DataCommitmentBlocksLimit = 2048
)

0 comments on commit 37d5eae

Please sign in to comment.