typescript-sdk

Home > @3rdweb/sdk > DEFAULT_BLOCK_TIMES_FALLBACK

DEFAULT_BLOCK_TIMES_FALLBACK variable

Fallback map of default block mining times in seconds.

Signature:

DEFAULT_BLOCK_TIMES_FALLBACK: Record<SUPPORTED_CHAIN_ID | ChainId.Hardhat, {
    secondsBetweenBlocks: number;
    synced: boolean;
}>