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",

Choose a reason for hiding this comment

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

high

Upgrading wagmi to a new major version (3.0.0) implies significant breaking changes, as also indicated in the PR description. Merely updating the version in package.json is insufficient. The application code, particularly components/shared/WalletProvider.tsx which utilizes WagmiProvider and getDefaultConfig, needs to be reviewed and updated to align with the wagmi v3 API. Failure to do so could lead to runtime errors and unexpected behavior.

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