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.
1 parent 40d04de commit 36e1a01Copy full SHA for 36e1a01
packages/config/src/chainConfig/networks/hoodi.ts
@@ -39,6 +39,11 @@ export const hoodiChainConfig: ChainConfig = {
39
FULU_FORK_VERSION: b("0x70000910"),
40
FULU_FORK_EPOCH: Infinity,
41
42
+ // Time parameters
43
+ // ---------------------------------------------------------------
44
+ // 12 (update from older mainnet default of 14)
45
+ SECONDS_PER_ETH1_BLOCK: 12,
46
+
47
// Deposit contract
48
// ---------------------------------------------------------------
49
DEPOSIT_CHAIN_ID: 560048,
0 commit comments