Replies: 1 comment
-
If you are getting a proxy object thn you can use it, incase user is disconnected you will get a null value rather thn a proxy object. Try using that proxy object with web3.js. |
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.
-
Hello, I have the following code:
After I logged in and the popup was successful, everythings works as expected. The problem is now when I refresh. Because the information is on the session storage, it fails when I try to use
connectTo
. To avoid that I am using something like this:Now when I refresh and I try to print the provider, it is empty. It only returns a empty proxy.
Beta Was this translation helpful? Give feedback.
All reactions