-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bump wagmi, viem and rainbowkit #1185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hey thanks @gskril! Can we also update the wagmi and rainwbokit version? We usually do that in the same PR since most of them are dependent and are core libs of SE-2
Ohh maybe if we update the viem version it shall solve the issue example: scaffold-eth/burner-connector#46 (maybe we create a same version bump pr in burner-connector repo as well) Thanks! |
|
Updated wagmi Rainbowkit is on the latest version, and has a peer dep to viem of Just opened a PR on the burner-connector as well just in case that's the problem scaffold-eth/burner-connector#48 |
|
Just updated everthing, and everthing seems to work but there seems to be some error log in the terminal of next server: Module not found: Can't resolve '@react-native-async-storage/async-storage' in 'scaffold-eth-2/packages/nextjs/node_modules/@metamask/sdk/dist/browser/es'
Import trace for requested module:
./node_modules/@metamask/sdk/dist/browser/es/metamask-sdk.js
./node_modules/@wagmi/connectors/dist/esm/metaMask.js
./node_modules/@wagmi/connectors/dist/esm/exports/index.js
./node_modules/wagmi/dist/esm/exports/connectors.js
./node_modules/@rainbow-me/rainbowkit/dist/index.js
./components/ScaffoldEthAppWithProviders.tsxSeems like a rainbowkit issue, created an issue rainbow-me/rainbowkit#2555. Will merge this once its solved 🙌 Also removed depericated coinbaseWallet connector at |

Apps should be on viem v2.35.0 or greater to take advantage of the latest Universal Resolver, which will make supporting ENSv2 seamless on day 1
For some reason, this only builds if I remove Burner wallet support. Keeping it as a draft until I can resolve that issue