@web3auth/web3auth or @walletconnect/web3-provider issue #3802
lucasiezzi
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
@lucasiezzi Yes, things are updated. Thanks for sharing 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
-
if any one still having the issue, do the following yarn add moralis-v1 react-moralis then you'll probably face warning related to magic-sdk and web3auth so run following cammand too. yarn add magic-sdk @walletconnect/web3-provider @web3auth/web3auth |
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.
-
I spent several hours trying to figure out what was wrong with my code, apparently I had to install these packages. I assume this is something new since Patrick didnt update the code to add them *.
Use:
npm install --save @web3auth/web3auth
npm install --save @walletconnect/web3-provider
Also I had to add this two:
yarn add moralis-v1
yarn add magic-sdk
I dont know why either, I thought Moralis was our SDK... *
I hope this can help someone and If anyone could clarify why * I would really appreciate it.
I will let my package.json dependencies too:
"dependencies": { "@walletconnect/web3-provider": "^1.8.0", "@web3auth/web3auth": "^2.1.3", "eslint": "8.27.0", "eslint-config-next": "13.0.3", "magic-sdk": "^10.0.0", "moralis": "^2.7.3", "moralis-v1": "^1.12.0", "next": "13.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-moralis": "^1.4.2" },
Beta Was this translation helpful? Give feedback.
All reactions