StaticJsonProvider in v6 #4281
alessandroaw
started this conversation in
General
Replies: 1 comment 2 replies
-
Oh, sorry. In v6 the static part is built into the normal JsonRpcProvider; Does that make sense? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to use a
FallbackProvider
to fail over if one RPC fails, and I found in discussion #3500 that to achieve this we need to first specify all the network in the provider. Specifically I need to useStaticJsonProvider
to ensure the network won't change. But I can't find any documentation onStaticJsonProvider
in v6. Is there any info on how to use it in v6? Or is there other way to achieve my goal withoutStaticJsonProvider
?Beta Was this translation helpful? Give feedback.
All reactions