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
I'm trying to use JsonRpcProvider to access program data and when a user is connected - I use the Web3Provider object from the wallet (which works fine). But without a user I am trying to use new JsonRpcProvider('https://rpc.test.btcs.network') - which doesn't seem to work as I'd expect.
The text was updated successfully, but these errors were encountered:
I'm trying to use
JsonRpcProvider
to access program data and when a user is connected - I use theWeb3Provider
object from the wallet (which works fine). But without a user I am trying to usenew JsonRpcProvider('https://rpc.test.btcs.network')
- which doesn't seem to work as I'd expect.The text was updated successfully, but these errors were encountered: