Skip to content

Commit

Permalink
Update approx block duration to ~5.5s (#1712)
Browse files Browse the repository at this point in the history
* Update approx block duration to ~5.5s

* Add changeset
  • Loading branch information
JasonMHasperhoven authored Aug 20, 2024
1 parent e4a4dd7 commit c7aa17b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-badgers-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'minifront': minor
---

Update approx block duration to ~5.5s
2 changes: 1 addition & 1 deletion apps/minifront/src/state/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const APPROX_BLOCK_DURATION_MS = 5_000n;
const APPROX_BLOCK_DURATION_MS = 5_500n;
const MINUTE_MS = 60_000n;
export const BLOCKS_PER_MINUTE = MINUTE_MS / APPROX_BLOCK_DURATION_MS;
export const BLOCKS_PER_HOUR = BLOCKS_PER_MINUTE * 60n;

0 comments on commit c7aa17b

Please sign in to comment.