Skip to content

Commit 8a9f1a2

Browse files
committed
chore: remove unnecessary compiler directive
This directive didn't have any effect.
1 parent 0206314 commit 8a9f1a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/getRpcUrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ const fallBackProvider = (chainId: number) => {
119119
};
120120

121121
/* Returns a PublicClient instance for the configured network. */
122-
// @ts-expect-error viem typings
123122
export const getEvmClient = (chainId: number) =>
124123
createPublicClient({
125124
chain: selectedNetwork(chainId),

0 commit comments

Comments
 (0)