unable to connect provider to the wallet #482
-
For the above line of code, I am unable to connect my provider to my wallet with the connect function. It is giving me the following result. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
Abdurrahman-Alizada
Jun 21, 2022
Replies: 1 comment 1 reply
-
Your variable wallet is const. make it let or just remove the second assignment to wallet in line 5. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
harshuo2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your variable wallet is const. make it let or just remove the second assignment to wallet in line 5.