Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rehype-raw": "^7.0.0",
"sharp": "^0.32.6",
"viem": "^2.13.1",
"wagmi": "^2.12.12",
"wagmi": "^3.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This major version upgrade to wagmi v3 introduces breaking changes, as indicated by Snyk. The application will likely break upon merging this PR because the existing code, particularly in components/shared/WalletProvider.tsx, uses @rainbow-me/rainbowkit ^2.1.5, which is compatible with wagmi v2, not v3.

To resolve this, you must perform a manual migration:

  • Update all code using wagmi to be compatible with v3, following its migration guide.
  • Upgrade @rainbow-me/rainbowkit to a version that supports wagmi v3.

Merging this PR without these changes will result in a broken application.

"yaqrcode": "^0.2.1"
},
"devDependencies": {
Expand Down
Loading
Loading