Home > @3rdweb/sdk > DEFAULT_BLOCK_TIMES_FALLBACK
Fallback map of default block mining times in seconds.
Signature:
DEFAULT_BLOCK_TIMES_FALLBACK: Record<SUPPORTED_CHAIN_ID | ChainId.Hardhat, {
secondsBetweenBlocks: number;
synced: boolean;
}>