type WatchBlockNumberOptions = { chain: Chain; client: ThirdwebClient; onNewBlockNumber: (blockNumber: bigint) => void; overPollRatio?: number;};