We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blockTime
1 parent 31ac909 commit 1e791adCopy full SHA for 1e791ad
.changeset/yellow-clocks-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Added `blockTime` to Gnosis chains.
src/chains/definitions/gnosis.ts
@@ -8,6 +8,7 @@ export const gnosis = /*#__PURE__*/ defineChain({
8
name: 'xDAI',
9
symbol: 'XDAI',
10
},
11
+ blockTime: 5_000,
12
rpcUrls: {
13
default: {
14
http: ['https://rpc.gnosischain.com'],
src/chains/definitions/gnosisChiado.ts
@@ -8,6 +8,7 @@ export const gnosisChiado = /*#__PURE__*/ defineChain({
name: 'Gnosis',
symbol: 'xDAI',
http: ['https://rpc.chiadochain.net'],
0 commit comments