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
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Viem version. If you have any questions or comments you can create a new discussion thread.
Check existing issues
Viem Version
2.18.2
Current Behavior
when you call
getChainId
it formats the rpc request aswhich is incorrect and causes issues with most rpc providers I'm aware of
Expected Behavior
should succeed by adding
jsonrpc: '2.0'
to the requestSteps To Reproduce
I'm running this against
alchemyplatform/rundler
and it's failingLink to Minimal Reproducible Example
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: