refactor: unify transaction DTO, re-implement useConnectedWallet with the latest interchain-kit#280
Merged
2wheeh merged 12 commits intodezswap:mainfrom Apr 23, 2026
Merged
Conversation
✅ Deploy Preview for dezswap ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
e7565ff to
03f3bce
Compare
03f3bce to
fe7ff08
Compare
c96bb8d to
91221a6
Compare
2cafdc8 to
27e7e0a
Compare
27e7e0a to
78c8ca0
Compare
acb1c11 to
09fbd25
Compare
09fbd25 to
c90d85b
Compare
Collaborator
Contributor
Author
winnieworld
reviewed
Apr 23, 2026
| drawer={screenClass === MOBILE_SCREEN_CLASS} | ||
| hasCloseButton | ||
| title={wcUri ? currentWallet?.info.prettyName : "Connect to a wallet"} | ||
| title={wcUri ? "WalletConnect" : "Connect to a wallet"} |
Collaborator
There was a problem hiding this comment.
TOBE: (https://dezswap.io/)

"WalletConnect" => "Wallet Connect"
Contributor
Author
There was a problem hiding this comment.
"WalletConnect" is correct notation. "Wallet Connect" should be fixed overall the app, including xpla wallet provider upstream.
Collaborator
Contributor
Author
There was a problem hiding this comment.
Ok, these are what I meant "overall the app". If you meant within this PR, I'd keep it out of scope — already too large. I'll handle it in a follow-up.
winnieworld
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Background
closes #277
fixes DEZ-26
We are migrating xpla.js (and @xpla/wallet-provider) to xplajs, interchainjs, interchain-kit.
This change increases isolation, paving the way to fully deprecate xpla.js in the future.
Recent updates to interchain-kit have resolved some issues around reactivity and walletconnect:
Description
Checklist