Skip to content

Commit 6c06650

Browse files
committed
Add default to block_time_ms
1 parent 6cf728e commit 6c06650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/runtime.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ block_time_ms =
166166
"mainnet" -> 12_000
167167
"sepolia" -> 100
168168
"holesky" -> 24_000
169+
# Default to mainnet
170+
_ -> 12_000
169171
end
170172

171173
config :lambda_ethereum_consensus, LambdaEthereumConsensus.Telemetry,

0 commit comments

Comments
 (0)