Skip to content

🎉 Publish Wallets Release#96

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

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.34

Patch Changes

  • #95 d2dadf0 Thanks @towanTG! - Bump the Vite playground to @swapkit/ui 0.21.0.

  • 92210e8 Thanks @github-actions[bot]! - Bump the Vite playground to @swapkit/ui 0.21.1.

  • #99 5bdec3a Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #290 4e7d2d7 Thanks @olegpetroveth! - Add TON native balance sweep. createTransaction/transfer accept a sweep flag that sets the CARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORS send mode so the wallet sends its full balance minus fees. TONTransactionMessage gains an optional sendMode override (read per-transfer from the first message by sign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)
    • #288 3172029 Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)
    • #247 f3888bf Thanks @ice-chillios! - Bump @aptos-labs/ts-sdk from 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds two AptosConfig parameters required by v7: network: Network.MAINNET (custom endpoints now require an explicit network) and clientConfig: { http2: false } (Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)
    • #287 19133e3 Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)
    • #278 02cec19 Thanks @towanTG! - Add localMode to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to http://localhost:3000 and swap requests to http://localhost:3001 by default (both configurable via quoteUrl/swapUrl), while all other endpoints keep using the configured apiUrl. (via @swapkit/helpers@4.15.0)
    • #277 731e9c1 Thanks @GiMa-SwapKit! - Optimize Sui createTransaction by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)
  • Updated dependencies [5bdec3a]:

    • @swapkit/wallets@4.8.26

@swapkit/wallet-extensions@4.5.20

Patch Changes

  • #100 e6522af Thanks @towanTG! - Fix Phantom Bitcoin connection failing with wallet_phantom_not_found. Phantom deprecated the injected window.phantom.bitcoin provider and newer builds expose Bitcoin only through the Wallet Standard registry. Connecting now prefers the legacy injected provider when present and falls back to discovering Phantom via Wallet Standard (bitcoin:connect / bitcoin:signTransaction).

  • #99 5bdec3a Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #290 4e7d2d7 Thanks @olegpetroveth! - Add TON native balance sweep. createTransaction/transfer accept a sweep flag that sets the CARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORS send mode so the wallet sends its full balance minus fees. TONTransactionMessage gains an optional sendMode override (read per-transfer from the first message by sign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)
    • #288 3172029 Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)
    • #247 f3888bf Thanks @ice-chillios! - Bump @aptos-labs/ts-sdk from 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds two AptosConfig parameters required by v7: network: Network.MAINNET (custom endpoints now require an explicit network) and clientConfig: { http2: false } (Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)
    • #287 19133e3 Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)
    • #278 02cec19 Thanks @towanTG! - Add localMode to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to http://localhost:3000 and swap requests to http://localhost:3001 by default (both configurable via quoteUrl/swapUrl), while all other endpoints keep using the configured apiUrl. (via @swapkit/helpers@4.15.0)
    • #277 731e9c1 Thanks @GiMa-SwapKit! - Optimize Sui createTransaction by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)

@swapkit/wallet-hardware@4.9.21

Patch Changes

  • #99 5bdec3a Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #290 4e7d2d7 Thanks @olegpetroveth! - Add TON native balance sweep. createTransaction/transfer accept a sweep flag that sets the CARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORS send mode so the wallet sends its full balance minus fees. TONTransactionMessage gains an optional sendMode override (read per-transfer from the first message by sign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)
    • #288 3172029 Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)
    • #247 f3888bf Thanks @ice-chillios! - Bump @aptos-labs/ts-sdk from 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds two AptosConfig parameters required by v7: network: Network.MAINNET (custom endpoints now require an explicit network) and clientConfig: { http2: false } (Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)
    • #287 19133e3 Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)
    • #278 02cec19 Thanks @towanTG! - Add localMode to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to http://localhost:3000 and swap requests to http://localhost:3001 by default (both configurable via quoteUrl/swapUrl), while all other endpoints keep using the configured apiUrl. (via @swapkit/helpers@4.15.0)
    • #277 731e9c1 Thanks @GiMa-SwapKit! - Optimize Sui createTransaction by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)

@swapkit/wallet-mobile@4.3.14

Patch Changes

  • #99 5bdec3a Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #290 4e7d2d7 Thanks @olegpetroveth! - Add TON native balance sweep. createTransaction/transfer accept a sweep flag that sets the CARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORS send mode so the wallet sends its full balance minus fees. TONTransactionMessage gains an optional sendMode override (read per-transfer from the first message by sign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)
    • #288 3172029 Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)
    • #247 f3888bf Thanks @ice-chillios! - Bump @aptos-labs/ts-sdk from 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds two AptosConfig parameters required by v7: network: Network.MAINNET (custom endpoints now require an explicit network) and clientConfig: { http2: false } (Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)
    • #287 19133e3 Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)
    • #278 02cec19 Thanks @towanTG! - Add localMode to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to http://localhost:3000 and swap requests to http://localhost:3001 by default (both configurable via quoteUrl/swapUrl), while all other endpoints keep using the configured apiUrl. (via @swapkit/helpers@4.15.0)
    • #277 731e9c1 Thanks @GiMa-SwapKit! - Optimize Sui createTransaction by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)

@swapkit/wallets@4.8.26

Patch Changes

  • #99 5bdec3a Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #290 4e7d2d7 Thanks @olegpetroveth! - Add TON native balance sweep. createTransaction/transfer accept a sweep flag that sets the CARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORS send mode so the wallet sends its full balance minus fees. TONTransactionMessage gains an optional sendMode override (read per-transfer from the first message by sign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)
    • #288 3172029 Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)
    • #247 f3888bf Thanks @ice-chillios! - Bump @aptos-labs/ts-sdk from 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds two AptosConfig parameters required by v7: network: Network.MAINNET (custom endpoints now require an explicit network) and clientConfig: { http2: false } (Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)
    • #287 19133e3 Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)
    • #278 02cec19 Thanks @towanTG! - Add localMode to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to http://localhost:3000 and swap requests to http://localhost:3001 by default (both configurable via quoteUrl/swapUrl), while all other endpoints keep using the configured apiUrl. (via @swapkit/helpers@4.15.0)
    • #277 731e9c1 Thanks @GiMa-SwapKit! - Optimize Sui createTransaction by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)
  • Updated dependencies [e6522af, 5bdec3a]:

    • @swapkit/wallet-extensions@4.5.20
    • @swapkit/wallet-hardware@4.9.21

@github-actions github-actions Bot force-pushed the changeset-release/develop branch 5 times, most recently from 3eef365 to cd249af Compare June 12, 2026 14:09
@github-actions github-actions Bot force-pushed the changeset-release/develop branch from cd249af to 897e031 Compare June 25, 2026 09:04
@github-actions github-actions Bot force-pushed the changeset-release/develop branch from 897e031 to b0bb626 Compare June 25, 2026 09:33
@towanTG towanTG merged commit 464928a into develop Jun 25, 2026
1 check passed
@towanTG towanTG deleted the changeset-release/develop branch June 25, 2026 09:52
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