Skip to content

🎉 Publish Wallets Release#110

Merged
towanTG merged 1 commit into
developfrom
changeset-release/develop
Jul 15, 2026
Merged

🎉 Publish Wallets Release#110
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.37

Patch Changes

  • #109 8a29aa8 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #317 41978a5 Thanks @towanTG! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
    • #315 b42ef37 Thanks @towanTG! - Rename Robinhood Chain string identifier from RBH to HOOD. Chain.Robinhood now equals "HOOD", the gas asset identifier is HOOD.ETH, and the EVM toolbox export is HOODToolbox (previously RBHToolbox). Chain ID (4663) and all other chain config values are unchanged. Anyone consuming the short-lived "RBH" string or RBHToolbox export from 4.16.0 must switch to "HOOD" / HOODToolbox. (via @swapkit/toolboxes@4.23.0)
    • #313 d800a41 Thanks @towanTG! - Add support for Robinhood Chain (RBH) — an Ethereum-compatible Arbitrum Orbit L2 (chain ID 4663) with ETH as the native gas token. Includes chain config, EVM toolbox (RBHToolbox), gas asset resolution (RBH.ETH), wallet network params, and explorer URLs via Blockscout. Default RPC is the public endpoint; production apps should configure a provider endpoint (e.g. QuickNode robinhood-mainnet) via SKConfig.setRpcUrl. (via @swapkit/helpers@4.16.0)
    • #308 e83807a Thanks @towanTG! - Handle Stellar routes in the SwapKit plugin swap dispatch: decode the base64 transaction envelope XDR from the swap response and sign-and-broadcast it via the connected wallet. (via @swapkit/plugins@4.6.58)
    • #309 2cbca65 Thanks @towanTG! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions. (via @swapkit/plugins@4.6.58)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses. (via @swapkit/toolboxes@4.20.2)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.
  • Updated dependencies [8a29aa8]:

    • @swapkit/wallets@4.8.29

@swapkit/wallet-extensions@4.5.23

Patch Changes

  • #109 8a29aa8 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #317 41978a5 Thanks @towanTG! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
    • #315 b42ef37 Thanks @towanTG! - Rename Robinhood Chain string identifier from RBH to HOOD. Chain.Robinhood now equals "HOOD", the gas asset identifier is HOOD.ETH, and the EVM toolbox export is HOODToolbox (previously RBHToolbox). Chain ID (4663) and all other chain config values are unchanged. Anyone consuming the short-lived "RBH" string or RBHToolbox export from 4.16.0 must switch to "HOOD" / HOODToolbox. (via @swapkit/toolboxes@4.23.0)
    • #313 d800a41 Thanks @towanTG! - Add support for Robinhood Chain (RBH) — an Ethereum-compatible Arbitrum Orbit L2 (chain ID 4663) with ETH as the native gas token. Includes chain config, EVM toolbox (RBHToolbox), gas asset resolution (RBH.ETH), wallet network params, and explorer URLs via Blockscout. Default RPC is the public endpoint; production apps should configure a provider endpoint (e.g. QuickNode robinhood-mainnet) via SKConfig.setRpcUrl. (via @swapkit/helpers@4.16.0)
    • #308 e83807a Thanks @towanTG! - Handle Stellar routes in the SwapKit plugin swap dispatch: decode the base64 transaction envelope XDR from the swap response and sign-and-broadcast it via the connected wallet. (via @swapkit/plugins@4.6.58)
    • #309 2cbca65 Thanks @towanTG! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions. (via @swapkit/plugins@4.6.58)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses. (via @swapkit/toolboxes@4.20.2)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.

@swapkit/wallet-hardware@4.9.24

Patch Changes

  • #109 8a29aa8 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #317 41978a5 Thanks @towanTG! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
    • #315 b42ef37 Thanks @towanTG! - Rename Robinhood Chain string identifier from RBH to HOOD. Chain.Robinhood now equals "HOOD", the gas asset identifier is HOOD.ETH, and the EVM toolbox export is HOODToolbox (previously RBHToolbox). Chain ID (4663) and all other chain config values are unchanged. Anyone consuming the short-lived "RBH" string or RBHToolbox export from 4.16.0 must switch to "HOOD" / HOODToolbox. (via @swapkit/toolboxes@4.23.0)
    • #313 d800a41 Thanks @towanTG! - Add support for Robinhood Chain (RBH) — an Ethereum-compatible Arbitrum Orbit L2 (chain ID 4663) with ETH as the native gas token. Includes chain config, EVM toolbox (RBHToolbox), gas asset resolution (RBH.ETH), wallet network params, and explorer URLs via Blockscout. Default RPC is the public endpoint; production apps should configure a provider endpoint (e.g. QuickNode robinhood-mainnet) via SKConfig.setRpcUrl. (via @swapkit/helpers@4.16.0)
    • #308 e83807a Thanks @towanTG! - Handle Stellar routes in the SwapKit plugin swap dispatch: decode the base64 transaction envelope XDR from the swap response and sign-and-broadcast it via the connected wallet. (via @swapkit/plugins@4.6.58)
    • #309 2cbca65 Thanks @towanTG! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions. (via @swapkit/plugins@4.6.58)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses. (via @swapkit/toolboxes@4.20.2)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.

@swapkit/wallet-mobile@4.3.16

Patch Changes

  • #109 8a29aa8 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #317 41978a5 Thanks @towanTG! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
    • #315 b42ef37 Thanks @towanTG! - Rename Robinhood Chain string identifier from RBH to HOOD. Chain.Robinhood now equals "HOOD", the gas asset identifier is HOOD.ETH, and the EVM toolbox export is HOODToolbox (previously RBHToolbox). Chain ID (4663) and all other chain config values are unchanged. Anyone consuming the short-lived "RBH" string or RBHToolbox export from 4.16.0 must switch to "HOOD" / HOODToolbox. (via @swapkit/toolboxes@4.23.0)
    • #313 d800a41 Thanks @towanTG! - Add support for Robinhood Chain (RBH) — an Ethereum-compatible Arbitrum Orbit L2 (chain ID 4663) with ETH as the native gas token. Includes chain config, EVM toolbox (RBHToolbox), gas asset resolution (RBH.ETH), wallet network params, and explorer URLs via Blockscout. Default RPC is the public endpoint; production apps should configure a provider endpoint (e.g. QuickNode robinhood-mainnet) via SKConfig.setRpcUrl. (via @swapkit/helpers@4.16.0)
    • #308 e83807a Thanks @towanTG! - Handle Stellar routes in the SwapKit plugin swap dispatch: decode the base64 transaction envelope XDR from the swap response and sign-and-broadcast it via the connected wallet. (via @swapkit/plugins@4.6.58)
    • #309 2cbca65 Thanks @towanTG! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions. (via @swapkit/plugins@4.6.58)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses. (via @swapkit/toolboxes@4.20.2)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.

@swapkit/wallets@4.8.29

Patch Changes

  • #109 8a29aa8 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #317 41978a5 Thanks @towanTG! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
    • #315 b42ef37 Thanks @towanTG! - Rename Robinhood Chain string identifier from RBH to HOOD. Chain.Robinhood now equals "HOOD", the gas asset identifier is HOOD.ETH, and the EVM toolbox export is HOODToolbox (previously RBHToolbox). Chain ID (4663) and all other chain config values are unchanged. Anyone consuming the short-lived "RBH" string or RBHToolbox export from 4.16.0 must switch to "HOOD" / HOODToolbox. (via @swapkit/toolboxes@4.23.0)
    • #313 d800a41 Thanks @towanTG! - Add support for Robinhood Chain (RBH) — an Ethereum-compatible Arbitrum Orbit L2 (chain ID 4663) with ETH as the native gas token. Includes chain config, EVM toolbox (RBHToolbox), gas asset resolution (RBH.ETH), wallet network params, and explorer URLs via Blockscout. Default RPC is the public endpoint; production apps should configure a provider endpoint (e.g. QuickNode robinhood-mainnet) via SKConfig.setRpcUrl. (via @swapkit/helpers@4.16.0)
    • #308 e83807a Thanks @towanTG! - Handle Stellar routes in the SwapKit plugin swap dispatch: decode the base64 transaction envelope XDR from the swap response and sign-and-broadcast it via the connected wallet. (via @swapkit/plugins@4.6.58)
    • #309 2cbca65 Thanks @towanTG! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions. (via @swapkit/plugins@4.6.58)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses. (via @swapkit/toolboxes@4.20.2)
    • Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.
  • Updated dependencies [8a29aa8]:

    • @swapkit/wallet-extensions@4.5.23
    • @swapkit/wallet-hardware@4.9.24

@towanTG
towanTG merged commit 2646238 into develop Jul 15, 2026
@towanTG
towanTG deleted the changeset-release/develop branch July 15, 2026 12:26
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