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 2630e17 commit 6c9e871Copy full SHA for 6c9e871
packages/thirdweb/src/react/core/hooks/rpc/useBlockNumber.ts
@@ -18,7 +18,7 @@ export type UseBlockNumberOptions = {
18
* @param options - The options for the hook.
19
* @returns The latest block number.
20
* @example
21
- * ```
+ * ```ts
22
* import { useBlockNumber } from "thirdweb/react";
23
* const blockNumber = useBlockNumber({client, chain});
24
* ```
0 commit comments