Replace local wallet with @autonomys/auto-wallet SDK packages#1
Merged
jim-counter merged 3 commits intomainfrom Feb 11, 2026
Merged
Replace local wallet with @autonomys/auto-wallet SDK packages#1jim-counter merged 3 commits intomainfrom
jim-counter merged 3 commits intomainfrom
Conversation
Remove the inline wallet connection implementation (components, store, types, hooks, constants) and replace with the published @autonomys/auto-wallet and @autonomys/auto-wallet-react packages at v1.6.9 from npm. Also bumps auto-consensus and auto-utils from 1.5.14 to ^1.6.9. This removes ~870 lines of local code in favour of the shared SDK packages, which include all bugfixes and review feedback from PR #511. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The deploy job requires the github-pages environment which is only available on pushes to main. Gate the deploy step with an if condition so PRs still get the build check without a deploy failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace leftover 'substrate-wallet-demo-preferences' name from when the project was a demo scaffold. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
@autonomys/auto-walletand@autonomys/auto-wallet-reactpackages at^1.6.9from npm@autonomys/auto-consensusand@autonomys/auto-utilsfrom1.5.14to^1.6.9@talismn/connect-walletsdependency (no longer needed)What changed
The wallet connection logic that was originally built in this app has been extracted into reusable SDK packages (auto-sdk PR #511). This PR swaps the local code for the published packages, which include additional improvements from code review:
Test plan
yarn type-checkpassesyarn buildsucceeds🤖 Generated with Claude Code