chore: bump @swapkit/* deps to SDK release 2026-09-16 (core 5.0.8, helpers/toolboxes 5.4.1, wallet-keystore 5.2.0) - #150
Merged
Conversation
core 5.0.8, helpers 5.4.1, plugins 5.0.8, server 5.2.1, toolboxes 5.4.1, wallet-core 5.0.8, wallet-keystore 5.2.0 (types 1.2.1 / tokens 5.0.8 via lock). Brings the public Arc mainnet RPC default, the 24-word keystore phrase default + generateKeystore, and the new token icon base URL. The sdk-release dispatch run (35085693854) failed on npm propagation lag and its payload does not cover plugins/server/wallet-core/wallet-keystore, so this is the full-family bump done by hand with the same lockfile convergence. Co-Authored-By: Claude Fable 5.1 <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.
Bump @swapkit/* to the SDK release published today
Picks up sdk Version Packages #403.
Transitively via the lock: types 1.2.1, tokens 5.0.8. utxo-signer 3.1.0 and cosmos-signer 0.2.0 unchanged (already latest).
What it brings: public Arc mainnet RPC as the default
rpcUrlsforChain.Arc(sdk#405), 24-word seed phrase default +generateKeystore(sdk#401), new token icon base URL (sdk#404), refreshed token lists (sdk#399).Why by hand
The
sdk-releasedispatch run (35085693854) fired before npm had served the new tarballs and failed on 404s. Its payload also never covers plugins / server / wallet-core / wallet-keystore, so this PR does the full-family bump with the same lockfile convergence the workflow uses (bun updateover the external family with manifests restored, thenbun install).Verification (bun 1.3.13, the CI pin)
bun build:ci✅bun type-check:ci✅bun test✅ 114 pass / 0 failbun lint✅ no fixes appliedbun install --frozen-lockfile✅ no changesChangeset:
.changeset/swapkit-sdk-116wm2fklzhnu.md(patch on sdk / wallets / wallet-extensions / wallet-hardware / wallet-mobile). Merging updates the open release PR #148.🤖 Generated with Claude Code