Skip to content

🎉 Publish Wallets Release - #147

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

🎉 Publish Wallets Release#147
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.50

Patch Changes

  • #146 4edcebe Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #376 b1a722a Thanks @towanTG! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (HYPE.USDC-0xb88339…). Previously such routes were rejected with plugin_swapkit_invalid_transaction. (via @swapkit/plugins@5.0.5)
    • Update generated token lists. (via @swapkit/plugins@5.0.5)
    • 1c3d941 Thanks @ice-chillios! - Derived addresses change for a non-zero index or an explicit derivation path. Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared derivationPath and index and read neither, so every phrase collapsed onto m/44'/60'/0'/0/0. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied index to the address index but never read derivationPath and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with index. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.5)
    • Update generated token lists. (via @swapkit/tokens@5.0.4)
    • Update generated token lists. (via @swapkit/helpers@5.2.1)
  • Updated dependencies [4edcebe]:

    • @swapkit/wallets@4.12.1

@swapkit/wallet-extensions@4.6.1

Patch Changes

  • #146 4edcebe Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #376 b1a722a Thanks @towanTG! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (HYPE.USDC-0xb88339…). Previously such routes were rejected with plugin_swapkit_invalid_transaction. (via @swapkit/plugins@5.0.5)
    • Update generated token lists. (via @swapkit/plugins@5.0.5)
    • 1c3d941 Thanks @ice-chillios! - Derived addresses change for a non-zero index or an explicit derivation path. Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared derivationPath and index and read neither, so every phrase collapsed onto m/44'/60'/0'/0/0. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied index to the address index but never read derivationPath and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with index. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.5)
    • Update generated token lists. (via @swapkit/tokens@5.0.4)
    • Update generated token lists. (via @swapkit/helpers@5.2.1)

@swapkit/wallet-hardware@4.9.34

Patch Changes

  • #146 4edcebe Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #376 b1a722a Thanks @towanTG! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (HYPE.USDC-0xb88339…). Previously such routes were rejected with plugin_swapkit_invalid_transaction. (via @swapkit/plugins@5.0.5)
    • Update generated token lists. (via @swapkit/plugins@5.0.5)
    • 1c3d941 Thanks @ice-chillios! - Derived addresses change for a non-zero index or an explicit derivation path. Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared derivationPath and index and read neither, so every phrase collapsed onto m/44'/60'/0'/0/0. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied index to the address index but never read derivationPath and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with index. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.5)
    • Update generated token lists. (via @swapkit/tokens@5.0.4)
    • Update generated token lists. (via @swapkit/helpers@5.2.1)

@swapkit/wallet-mobile@4.3.25

Patch Changes

  • #146 4edcebe Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #376 b1a722a Thanks @towanTG! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (HYPE.USDC-0xb88339…). Previously such routes were rejected with plugin_swapkit_invalid_transaction. (via @swapkit/plugins@5.0.5)
    • Update generated token lists. (via @swapkit/plugins@5.0.5)
    • 1c3d941 Thanks @ice-chillios! - Derived addresses change for a non-zero index or an explicit derivation path. Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared derivationPath and index and read neither, so every phrase collapsed onto m/44'/60'/0'/0/0. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied index to the address index but never read derivationPath and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with index. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.5)
    • Update generated token lists. (via @swapkit/tokens@5.0.4)
    • Update generated token lists. (via @swapkit/helpers@5.2.1)

@swapkit/wallets@4.12.1

Patch Changes

  • #146 4edcebe Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #376 b1a722a Thanks @towanTG! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (HYPE.USDC-0xb88339…). Previously such routes were rejected with plugin_swapkit_invalid_transaction. (via @swapkit/plugins@5.0.5)
    • Update generated token lists. (via @swapkit/plugins@5.0.5)
    • 1c3d941 Thanks @ice-chillios! - Derived addresses change for a non-zero index or an explicit derivation path. Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared derivationPath and index and read neither, so every phrase collapsed onto m/44'/60'/0'/0/0. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied index to the address index but never read derivationPath and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with index. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/helpers@5.2.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.5)
    • Update generated token lists. (via @swapkit/tokens@5.0.4)
    • Update generated token lists. (via @swapkit/helpers@5.2.1)
  • Updated dependencies [4edcebe]:

    • @swapkit/wallet-extensions@4.6.1
    • @swapkit/wallet-hardware@4.9.34

@towanTG
towanTG merged commit 2a79b4b into develop Aug 28, 2026
@towanTG
towanTG deleted the changeset-release/develop branch August 28, 2026 08:45
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