-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way (in v5) to send raw rpc method/params ? #600
Comments
Oh, found out : |
This was referenced Apr 13, 2022
This was referenced Sep 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here (https://docs.ethers.io/ethers.js/v5-beta/api-advanced.html#id5) it mentions some way to pass method but it use non standard method name
My use case is for now to send
net_version
as the world is yet to catch up witheth_chainId
For example, ganache always return the same value for
eth_chainId
and I need to differentiate between various chain.It would also be useful to send raw rpc method like for example some debug method present in ganache.
Is there any easy way to do it ?
The text was updated successfully, but these errors were encountered: