Skip to content

Comments

feat(APP-468): Upgrade wagmi to v3.4.2 and refactor hooks and components#994

Merged
tyhonchik merged 1 commit intomainfrom
app-468-update-wagmi-to-the-latest-version
Feb 20, 2026
Merged

feat(APP-468): Upgrade wagmi to v3.4.2 and refactor hooks and components#994
tyhonchik merged 1 commit intomainfrom
app-468-update-wagmi-to-the-latest-version

Conversation

@tyhonchik
Copy link
Contributor

Description

  • Updated wagmi from v2.19.5 to v3.4.2, introducing optional peer dependencies for connectors.
  • Migrated all instances of useAccount to useConnection across multiple components and tests.
  • Removed deprecated overrides and adjusted imports for chain definitions.
  • Enhanced balance fetching by replacing deprecated methods with updated alternatives.

Type of Change

  • Major: Breaking change (change that would cause existing functionality to not work as expected)
  • Minor: Feature (non-breaking change which adds new functionality)
  • Patch: Enhancement (non-breaking change to an existing feature)
  • Patch: Bug fix (non-breaking change which fixes an issue)

Developer Checklist:

  • Manually smoke tested the functionality in a preview or locally
  • Confirmed there are no new warnings or errors in the browser console
  • (For User Stories only) Double-checked that all Acceptance Criteria are satisfied
  • Confirmed there are no new warnings on automated tests
  • Merged and published any dependent changes in downstream modules
  • Selected the correct base branch
  • Commented the code in hard-to-understand areas
  • Followed the code style guidelines of this project
  • Reviewed that the Files Changed in Github’s UI reflect my intended changes
  • Confirmed the pipeline checks are not failing

Review Checklist:

  • (For User Stories only) Tested in a preview or locally that all Acceptance Criteria are satisfied
  • Confirmed that changes follow the code style guidelines of this project

@linear
Copy link

linear bot commented Feb 17, 2026

@github-actions
Copy link

github-actions bot commented Feb 17, 2026

🚀 Preview Deployment: View Here

@tyhonchik tyhonchik force-pushed the app-468-update-wagmi-to-the-latest-version branch from a667a01 to ef42e7e Compare February 18, 2026 15:23
@tyhonchik tyhonchik marked this pull request as ready for review February 18, 2026 15:24
@tyhonchik tyhonchik requested a review from a team as a code owner February 18, 2026 15:24
@tyhonchik tyhonchik assigned tyhonchik and unassigned tyhonchik Feb 18, 2026
- Updated wagmi from v2.19.5 to v3.4.2, introducing optional peer dependencies for connectors.
- Migrated all instances of `useAccount` to `useConnection` across multiple components and tests.
- Removed deprecated overrides and adjusted imports for chain definitions.
- Enhanced balance fetching by replacing deprecated methods with updated alternatives.
@tyhonchik tyhonchik force-pushed the app-468-update-wagmi-to-the-latest-version branch from ef42e7e to 6654bce Compare February 19, 2026 16:37
Copy link
Contributor

@milosh86 milosh86 left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@tyhonchik tyhonchik merged commit 75259e0 into main Feb 20, 2026
16 checks passed
@tyhonchik tyhonchik deleted the app-468-update-wagmi-to-the-latest-version branch February 20, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants