You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "Do not import createPublicClient directly. Use getPublicClient(chainId) from @/lib/publicClient so env-configured custom RPCs are honored."
"message": "Bare http() falls back to viem's default RPC and ignores env-configured custom RPCs. Use getPublicClient(chainId) from @/lib/publicClient."
}
],
"no-restricted-imports": [
"error",
{
"paths": [
{
"name": "viem",
"importNames": ["createPublicClient"],
"message": "Use getPublicClient(chainId) from @/lib/publicClient instead."