Skip to content

🎉 Publish Wallets Release#92

Merged
towanTG merged 1 commit into
developfrom
changeset-release/develop
Jun 11, 2026
Merged

🎉 Publish Wallets Release#92
towanTG merged 1 commit into
developfrom
changeset-release/develop

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.

Releases

@swapkit/sdk@4.6.33

Patch Changes

  • #91 833d967 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #274 d0a20af Thanks @towanTG! - Ship CHANGELOG.md in the published package. Each package now lists CHANGELOG.md in its files, so the changelog ships in the npm tarball alongside dist/. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from node_modules instead of fetching them from the private GitHub repo.
    • #272 5708090 Thanks @towanTG! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
    • #269 d62628e Thanks @towanTG! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
    • #271 fe7a345 Thanks @towanTG! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)
  • Updated dependencies [833d967]:

    • @swapkit/wallets@4.8.25

@swapkit/wallet-extensions@4.5.19

Patch Changes

  • #91 833d967 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #274 d0a20af Thanks @towanTG! - Ship CHANGELOG.md in the published package. Each package now lists CHANGELOG.md in its files, so the changelog ships in the npm tarball alongside dist/. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from node_modules instead of fetching them from the private GitHub repo.
    • #272 5708090 Thanks @towanTG! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
    • #269 d62628e Thanks @towanTG! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
    • #271 fe7a345 Thanks @towanTG! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)

@swapkit/wallet-hardware@4.9.20

Patch Changes

  • #91 833d967 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #274 d0a20af Thanks @towanTG! - Ship CHANGELOG.md in the published package. Each package now lists CHANGELOG.md in its files, so the changelog ships in the npm tarball alongside dist/. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from node_modules instead of fetching them from the private GitHub repo.
    • #272 5708090 Thanks @towanTG! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
    • #269 d62628e Thanks @towanTG! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
    • #271 fe7a345 Thanks @towanTG! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)

@swapkit/wallet-mobile@4.3.13

Patch Changes

  • #91 833d967 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #274 d0a20af Thanks @towanTG! - Ship CHANGELOG.md in the published package. Each package now lists CHANGELOG.md in its files, so the changelog ships in the npm tarball alongside dist/. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from node_modules instead of fetching them from the private GitHub repo.
    • #272 5708090 Thanks @towanTG! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
    • #269 d62628e Thanks @towanTG! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
    • #271 fe7a345 Thanks @towanTG! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)

@swapkit/wallets@4.8.25

Patch Changes

  • #91 833d967 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #274 d0a20af Thanks @towanTG! - Ship CHANGELOG.md in the published package. Each package now lists CHANGELOG.md in its files, so the changelog ships in the npm tarball alongside dist/. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from node_modules instead of fetching them from the private GitHub repo.
    • #272 5708090 Thanks @towanTG! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
    • #269 d62628e Thanks @towanTG! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
    • #271 fe7a345 Thanks @towanTG! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)
  • Updated dependencies [833d967]:

    • @swapkit/wallet-extensions@4.5.19
    • @swapkit/wallet-hardware@4.9.20

@towanTG towanTG merged commit 9f31bd3 into develop Jun 11, 2026
@towanTG towanTG deleted the changeset-release/develop branch June 11, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant