Replies: 1 comment
-
The FallbackProvider is meant to support any AbstractProvider, which may or may not use JSON-RPC, so a backend may not support JSON-RPC so there would be no way to pass that through. That said, that method is only available on an Alchemy backend, so you can just use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Feature
FallbackProvider
doesn't allow sending a request that has a custom method, ex:alchemy_getTokenBalances
. We need a way to do that similar to thesend
function inJsonRpcProvider
Code Example
Beta Was this translation helpful? Give feedback.
All reactions