Skip to content

🎉 Publish Wallets Release - #145

Merged
towanTG merged 1 commit into
developfrom
changeset-release/develop
Aug 26, 2026
Merged

🎉 Publish Wallets Release#145
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/wallet-extensions@4.6.0

Minor Changes

  • #144 da2aa01 Thanks @towanTG! - Add Noir Wallet connector for Zcash (connectNoirWallet). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP_RETURN memo routes are rejected with wallet_noir_wallet_memo_not_supported. NOIR_WALLET and the `wallet_noir_wallet_*error codes (80101-80103) register through the@swapkit/helpers` 5.1.0 extensible registries.

Patch Changes

  • #144 da2aa01 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #346 8cca094 Thanks @towanTG! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default SKConfig wallet list. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.3)
    • Update generated token lists. (via @swapkit/helpers@5.0.2)
    • #363 7b9f214 Thanks @towanTG! - HyperCore balances are now API-first: getBalance queries the SwapKit (via @swapkit/toolboxes@5.1.0)
    • #366 c64be1d Thanks @towanTG! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.1.0)
    • #367 ca8bb2a Thanks @towanTG! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
    • Update generated token lists. (via @swapkit/tokens@5.0.2)
    • Update generated token lists. (via @swapkit/tokens@5.0.1)
    • Update generated token lists. (via @swapkit/helpers@5.0.1)

@swapkit/wallets@4.12.0

Minor Changes

  • #144 da2aa01 Thanks @towanTG! - Add Noir Wallet connector for Zcash (connectNoirWallet). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP_RETURN memo routes are rejected with wallet_noir_wallet_memo_not_supported. NOIR_WALLET and the `wallet_noir_wallet_*error codes (80101-80103) register through the@swapkit/helpers` 5.1.0 extensible registries.

Patch Changes

  • #144 da2aa01 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #346 8cca094 Thanks @towanTG! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default SKConfig wallet list. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.3)
    • Update generated token lists. (via @swapkit/helpers@5.0.2)
    • #363 7b9f214 Thanks @towanTG! - HyperCore balances are now API-first: getBalance queries the SwapKit (via @swapkit/toolboxes@5.1.0)
    • #366 c64be1d Thanks @towanTG! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.1.0)
    • #367 ca8bb2a Thanks @towanTG! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
    • Update generated token lists. (via @swapkit/tokens@5.0.2)
    • Update generated token lists. (via @swapkit/tokens@5.0.1)
    • Update generated token lists. (via @swapkit/helpers@5.0.1)
  • #144 da2aa01 Thanks @towanTG! - TON_CONNECT now registers through the @swapkit/helpers 5.1.0 extensible WalletOption registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays "TON_CONNECT".

  • Updated dependencies [da2aa01, da2aa01]:

    • @swapkit/wallet-extensions@4.6.0
    • @swapkit/wallet-hardware@4.9.33

@swapkit/sdk@4.6.49

Patch Changes

  • #144 da2aa01 Thanks @towanTG! - Update SwapKit SDK dependencies:
  • #144 da2aa01 Thanks @towanTG! - Add Noir Wallet connector for Zcash (connectNoirWallet). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP_RETURN memo routes are rejected with wallet_noir_wallet_memo_not_supported. NOIR_WALLET and the `wallet_noir_wallet_*error codes (80101-80103) register through the@swapkit/helpers` 5.1.0 extensible registries. (via @swapkit/wallets@4.12.0)
  • #144 da2aa01 Thanks @towanTG! - TON_CONNECT now registers through the @swapkit/helpers 5.1.0 extensible WalletOption registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays "TON_CONNECT". (via @swapkit/wallets@4.12.0)

@swapkit/wallet-hardware@4.9.33

Patch Changes

  • #144 da2aa01 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #346 8cca094 Thanks @towanTG! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default SKConfig wallet list. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.3)
    • Update generated token lists. (via @swapkit/helpers@5.0.2)
    • #363 7b9f214 Thanks @towanTG! - HyperCore balances are now API-first: getBalance queries the SwapKit (via @swapkit/toolboxes@5.1.0)
    • #366 c64be1d Thanks @towanTG! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.1.0)
    • #367 ca8bb2a Thanks @towanTG! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
    • Update generated token lists. (via @swapkit/tokens@5.0.2)
    • Update generated token lists. (via @swapkit/tokens@5.0.1)
    • Update generated token lists. (via @swapkit/helpers@5.0.1)

@swapkit/wallet-mobile@4.3.24

Patch Changes

  • #144 da2aa01 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #346 8cca094 Thanks @towanTG! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default SKConfig wallet list. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/helpers@5.1.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.3)
    • Update generated token lists. (via @swapkit/helpers@5.0.2)
    • #363 7b9f214 Thanks @towanTG! - HyperCore balances are now API-first: getBalance queries the SwapKit (via @swapkit/toolboxes@5.1.0)
    • #366 c64be1d Thanks @towanTG! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.1.0)
    • #367 ca8bb2a Thanks @towanTG! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
    • Update generated token lists. (via @swapkit/tokens@5.0.2)
    • Update generated token lists. (via @swapkit/tokens@5.0.1)
    • Update generated token lists. (via @swapkit/helpers@5.0.1)

@towanTG
towanTG merged commit 6ca28f8 into develop Aug 26, 2026
@towanTG
towanTG deleted the changeset-release/develop branch August 26, 2026 12:40
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