Skip to content

Commit 32f3033

Browse files
jribbinkjxom
andauthored
chore: add block time to Flow Mainnet & Testnet (#3707)
* Change Flow Block Time to 800ms * Create moody-adults-fix.md --------- Co-authored-by: jxom <[email protected]>
1 parent 5309280 commit 32f3033

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/moody-adults-fix.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+
Added `blockTime` to Flow chains.

src/chains/definitions/flowMainnet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ export const flowMainnet = /*#__PURE__*/ defineChain({
2525
blockCreated: 6205,
2626
},
2727
},
28+
blockTime: 800,
2829
})

src/chains/definitions/flowTestnet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export const flowTestnet = /*#__PURE__*/ defineChain({
2626
},
2727
},
2828
testnet: true,
29+
blockTime: 800,
2930
})

0 commit comments

Comments
 (0)