Skip to content

Commit a4159d7

Browse files
jxomclaude
andauthored
fix: update Celo blocktime to 1 second (#3736)
* fix: update Celo blocktime to 1 second Updated Celo blocktime from 2 seconds to 1 second to match the actual Celo network specifications. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * chore: add changeset for Celo blocktime fix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent e83d698 commit a4159d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/mighty-lions-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'viem': patch
3+
---
4+
5+
Updated Celo blocktime from 2 seconds to 1 second to reflect the actual network block time.

src/celo/chainConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { formatters } from './formatters.js'
44
import { serializers } from './serializers.js'
55

66
export const chainConfig = {
7-
blockTime: 2_000,
7+
blockTime: 1_000,
88
contracts,
99
formatters,
1010
serializers,

0 commit comments

Comments
 (0)