Skip to content

🎉 Publish Wallets Release - #148

Merged
towanTG merged 1 commit into
developfrom
changeset-release/develop
Sep 16, 2026
Merged

towanTG merged 1 commit into
developfrom
changeset-release/develop

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 15, 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/wallet-hardware@4.10.0

Minor Changes

  • #149 ef6fb67 Thanks @hippocampusSK! - Add Arc (Chain.Arc, chain id 5042, USDC native gas) to the connectors that keep an explicit chain list: WalletConnect (eip155:5042 namespace), Coinbase Wallet SDK, Ledger, Trezor and KeepKey. Connectors built on EVMChains (MetaMask, EVM extensions / EIP-6963, Trust Wallet, Bitget, Passkeys) already picked Arc up from @swapkit/helpers 5.2.1.

Patch Changes

  • #150 db4f182 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #404 ce7f02d Thanks @towanTG! - Changes base url for token icons (via @swapkit/helpers@5.4.1)
    • #401 7f87112 Thanks @ice-chillios! - generatePhrase now defaults to a 24-word (256-bit entropy) seed phrase, accepts every BIP39 length (12, 15, 18, 21 or 24 words) and throws wallet_keystore_invalid_word_count (21903, added to @swapkit/helpers) for anything else instead of silently using 256 bits. New generateKeystore({ password, wordCount }) creates a phrase and its encrypted keystore in one call; PhraseWordCount is exported for wallet-creation UIs offering the choice. (via @swapkit/helpers@5.4.1)
    • #405 cbbfdcf Thanks @hippocampusSK! - Add public Arc mainnet RPC (https://rpc.mainnet.arc.io) as the default rpcUrls entry for Chain.Arc (via @swapkit/helpers@5.4.1)
    • #399 70749e7 Thanks @github-actions! - Update generated token lists. (via @swapkit/helpers@5.4.1)
    • #374 54d0f14 Thanks @ice-chillios! - ChainflipBroker.fundStateChainAccount accepts a hex state chain account explicitly instead of relying on the substrate address validator, which no longer treats hex as an address. Hex accounts must now be a full 32-byte AccountId32; shorter hex values used to pass validation and then fail in the gateway call.
    • #382 2ef09ec Thanks @hippocampusSK! - Add Arc (5042) EVM chain: chain/chainId enums, chain config, EVM toolbox wiring, and native ARC.USDC gas-asset handling in isGasAsset / getCommonAssetInfo / getAssetType / getTokenAddress. Arc ships with rpcUrls: [], so connectKeystore skips it and toolbox calls fail with helpers_chain_no_public_or_set_rpc_url until SKConfig.setRpcUrl(Chain.Arc, […]) is set (via @swapkit/toolboxes@5.4.0)
    • #385 c8e9da7 Thanks @hippocampusSK! - Expose the address form an address string decodes to, instead of discarding it behind a boolean. Address validation already computed the script type; new siblings surface it without changing any existing validator's return type: (via @swapkit/toolboxes@5.4.0)
    • #393 25570ca Thanks @hippocampusSK! - One table describes the UTXO script types. @swapkit/helpers now exports UTXOScriptType (with P2SH_P2WPKH and P2TR alongside P2PKH and P2WPKH), UTXO_SCRIPT_TYPES (BIP43 purpose, input and output size in vBytes, witness flag per type), UTXO_SCRIPT_TYPE_LIST, and the path helpers getPurposeFromPath, getUTXOScriptTypeForPurpose and getUTXOScriptTypeForPath. Error key toolbox_utxo_unsupported_script_type (50315) is reserved for the toolboxes. (via @swapkit/toolboxes@5.4.0)
    • #391 cf94a27 Thanks @hippocampusSK! - Eight fixes to the UTXO send path, reached today by external signers spending from legacy Bitcoin and Litecoin addresses, and by every chain without segwit. (via @swapkit/toolboxes@5.4.0)
    • #379 4450ac4 Thanks @ice-chillios! - derivationPathToString now accepts sliced derivation paths through the new DerivationPathLike (readonly (number | undefined)[]) type, so prefixes no longer need to be cast to DerivationPathArray. (via @swapkit/toolboxes@5.4.0)
    • #362 cbbfccd Thanks @towanTG! - Preserve stored numeric precision across comparisons, arithmetic operands, copies, set, and AssetValue conversion instead of converting through display-rounded strings. Compare exact values regardless of declared asset decimals, and cap arithmetic results at 64 decimal places without mis-scaling longer inputs or turning small nonzero divisors into zero. Fix half-up display carries and explicit base-unit rescaling while preserving asset identity and destination decimals. (via @swapkit/toolboxes@5.4.0)
    • #371 6236419 Thanks @ice-chillios! - EVM nonce derivation now reads the "pending" transaction count and serialises allocation per chainId:address behind an expiring monotonic floor, so concurrent sends from one address no longer reuse a mined-only count and silently replace each other in the mempool. Allocations are released when a send provably never reached the wire (gas or fee estimation failure, a rejected send, a signer that cannot sign), so a failed attempt no longer strands a nonce gap; transport-ambiguous failures keep the nonce reserved until the floor expires, and a floor never expires while one of its nonces is held by an in-flight send (a signature awaiting hardware or wallet confirmation cannot have its nonce re-issued). sendTransaction and state-changing contract calls both resolve through the signer's own provider when it carries one — approve + send from a single toolbox share one floor, and the transport-failure fallback broadcast and its hash lookup go through that same provider. Caller-supplied nonces are honoured on the ERC-20 transfer and approval builder paths. The native sweep builder no longer pins a nonce into the built transaction — the OP-stack L1 fee serialisation performs its own plain "pending" read for byte-length only (build-only APIs consume no allocation) — so both transfer and a two-step createTransaction/sendTransaction sweep allocate through the floor on the send path. The toolbox broadcastTransaction no longer crashes when invoked (previously an unbound method reference). (via @swapkit/toolboxes@5.3.0)
    • #380 9e8158f Thanks @hippocampusSK! - TRON transaction failures now carry a diagnostic payload instead of a bare error key. (via @swapkit/toolboxes@5.3.0)
    • #381 3b750ec Thanks @ochhii1337! - TON's native coin is now GRAM, so the gas asset is TON.GRAM instead of TON.TON. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/helpers@5.3.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.6)

@swapkit/wallets@4.13.0

Minor Changes

  • #149 ef6fb67 Thanks @hippocampusSK! - Add Arc (Chain.Arc, chain id 5042, USDC native gas) to the connectors that keep an explicit chain list: WalletConnect (eip155:5042 namespace), Coinbase Wallet SDK, Ledger, Trezor and KeepKey. Connectors built on EVMChains (MetaMask, EVM extensions / EIP-6963, Trust Wallet, Bitget, Passkeys) already picked Arc up from @swapkit/helpers 5.2.1.

Patch Changes

  • #150 db4f182 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #404 ce7f02d Thanks @towanTG! - Changes base url for token icons (via @swapkit/helpers@5.4.1)
    • #401 7f87112 Thanks @ice-chillios! - generatePhrase now defaults to a 24-word (256-bit entropy) seed phrase, accepts every BIP39 length (12, 15, 18, 21 or 24 words) and throws wallet_keystore_invalid_word_count (21903, added to @swapkit/helpers) for anything else instead of silently using 256 bits. New generateKeystore({ password, wordCount }) creates a phrase and its encrypted keystore in one call; PhraseWordCount is exported for wallet-creation UIs offering the choice. (via @swapkit/helpers@5.4.1)
    • #405 cbbfdcf Thanks @hippocampusSK! - Add public Arc mainnet RPC (https://rpc.mainnet.arc.io) as the default rpcUrls entry for Chain.Arc (via @swapkit/helpers@5.4.1)
    • #399 70749e7 Thanks @github-actions! - Update generated token lists. (via @swapkit/helpers@5.4.1)
    • #374 54d0f14 Thanks @ice-chillios! - ChainflipBroker.fundStateChainAccount accepts a hex state chain account explicitly instead of relying on the substrate address validator, which no longer treats hex as an address. Hex accounts must now be a full 32-byte AccountId32; shorter hex values used to pass validation and then fail in the gateway call.
    • #382 2ef09ec Thanks @hippocampusSK! - Add Arc (5042) EVM chain: chain/chainId enums, chain config, EVM toolbox wiring, and native ARC.USDC gas-asset handling in isGasAsset / getCommonAssetInfo / getAssetType / getTokenAddress. Arc ships with rpcUrls: [], so connectKeystore skips it and toolbox calls fail with helpers_chain_no_public_or_set_rpc_url until SKConfig.setRpcUrl(Chain.Arc, […]) is set (via @swapkit/toolboxes@5.4.0)
    • #385 c8e9da7 Thanks @hippocampusSK! - Expose the address form an address string decodes to, instead of discarding it behind a boolean. Address validation already computed the script type; new siblings surface it without changing any existing validator's return type: (via @swapkit/toolboxes@5.4.0)
    • #393 25570ca Thanks @hippocampusSK! - One table describes the UTXO script types. @swapkit/helpers now exports UTXOScriptType (with P2SH_P2WPKH and P2TR alongside P2PKH and P2WPKH), UTXO_SCRIPT_TYPES (BIP43 purpose, input and output size in vBytes, witness flag per type), UTXO_SCRIPT_TYPE_LIST, and the path helpers getPurposeFromPath, getUTXOScriptTypeForPurpose and getUTXOScriptTypeForPath. Error key toolbox_utxo_unsupported_script_type (50315) is reserved for the toolboxes. (via @swapkit/toolboxes@5.4.0)
    • #391 cf94a27 Thanks @hippocampusSK! - Eight fixes to the UTXO send path, reached today by external signers spending from legacy Bitcoin and Litecoin addresses, and by every chain without segwit. (via @swapkit/toolboxes@5.4.0)
    • #379 4450ac4 Thanks @ice-chillios! - derivationPathToString now accepts sliced derivation paths through the new DerivationPathLike (readonly (number | undefined)[]) type, so prefixes no longer need to be cast to DerivationPathArray. (via @swapkit/toolboxes@5.4.0)
    • #362 cbbfccd Thanks @towanTG! - Preserve stored numeric precision across comparisons, arithmetic operands, copies, set, and AssetValue conversion instead of converting through display-rounded strings. Compare exact values regardless of declared asset decimals, and cap arithmetic results at 64 decimal places without mis-scaling longer inputs or turning small nonzero divisors into zero. Fix half-up display carries and explicit base-unit rescaling while preserving asset identity and destination decimals. (via @swapkit/toolboxes@5.4.0)
    • #371 6236419 Thanks @ice-chillios! - EVM nonce derivation now reads the "pending" transaction count and serialises allocation per chainId:address behind an expiring monotonic floor, so concurrent sends from one address no longer reuse a mined-only count and silently replace each other in the mempool. Allocations are released when a send provably never reached the wire (gas or fee estimation failure, a rejected send, a signer that cannot sign), so a failed attempt no longer strands a nonce gap; transport-ambiguous failures keep the nonce reserved until the floor expires, and a floor never expires while one of its nonces is held by an in-flight send (a signature awaiting hardware or wallet confirmation cannot have its nonce re-issued). sendTransaction and state-changing contract calls both resolve through the signer's own provider when it carries one — approve + send from a single toolbox share one floor, and the transport-failure fallback broadcast and its hash lookup go through that same provider. Caller-supplied nonces are honoured on the ERC-20 transfer and approval builder paths. The native sweep builder no longer pins a nonce into the built transaction — the OP-stack L1 fee serialisation performs its own plain "pending" read for byte-length only (build-only APIs consume no allocation) — so both transfer and a two-step createTransaction/sendTransaction sweep allocate through the floor on the send path. The toolbox broadcastTransaction no longer crashes when invoked (previously an unbound method reference). (via @swapkit/toolboxes@5.3.0)
    • #380 9e8158f Thanks @hippocampusSK! - TRON transaction failures now carry a diagnostic payload instead of a bare error key. (via @swapkit/toolboxes@5.3.0)
    • #381 3b750ec Thanks @ochhii1337! - TON's native coin is now GRAM, so the gas asset is TON.GRAM instead of TON.TON. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/helpers@5.3.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.6)
  • Updated dependencies [ef6fb67, db4f182, 0848590]:

    • @swapkit/wallet-hardware@4.10.0
    • @swapkit/wallet-extensions@4.6.2

@swapkit/sdk@4.6.51

Patch Changes

  • #150 db4f182 Thanks @towanTG! - Update SwapKit SDK dependencies:
  • #149 ef6fb67 Thanks @hippocampusSK! - Add Arc (Chain.Arc, chain id 5042, USDC native gas) to the connectors that keep an explicit chain list: WalletConnect (eip155:5042 namespace), Coinbase Wallet SDK, Ledger, Trezor and KeepKey. Connectors built on EVMChains (MetaMask, EVM extensions / EIP-6963, Trust Wallet, Bitget, Passkeys) already picked Arc up from @swapkit/helpers 5.2.1. (via @swapkit/wallets@4.13.0)

@swapkit/wallet-extensions@4.6.2

Patch Changes

  • #150 db4f182 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #404 ce7f02d Thanks @towanTG! - Changes base url for token icons (via @swapkit/helpers@5.4.1)
    • #401 7f87112 Thanks @ice-chillios! - generatePhrase now defaults to a 24-word (256-bit entropy) seed phrase, accepts every BIP39 length (12, 15, 18, 21 or 24 words) and throws wallet_keystore_invalid_word_count (21903, added to @swapkit/helpers) for anything else instead of silently using 256 bits. New generateKeystore({ password, wordCount }) creates a phrase and its encrypted keystore in one call; PhraseWordCount is exported for wallet-creation UIs offering the choice. (via @swapkit/helpers@5.4.1)
    • #405 cbbfdcf Thanks @hippocampusSK! - Add public Arc mainnet RPC (https://rpc.mainnet.arc.io) as the default rpcUrls entry for Chain.Arc (via @swapkit/helpers@5.4.1)
    • #399 70749e7 Thanks @github-actions! - Update generated token lists. (via @swapkit/helpers@5.4.1)
    • #374 54d0f14 Thanks @ice-chillios! - ChainflipBroker.fundStateChainAccount accepts a hex state chain account explicitly instead of relying on the substrate address validator, which no longer treats hex as an address. Hex accounts must now be a full 32-byte AccountId32; shorter hex values used to pass validation and then fail in the gateway call.
    • #382 2ef09ec Thanks @hippocampusSK! - Add Arc (5042) EVM chain: chain/chainId enums, chain config, EVM toolbox wiring, and native ARC.USDC gas-asset handling in isGasAsset / getCommonAssetInfo / getAssetType / getTokenAddress. Arc ships with rpcUrls: [], so connectKeystore skips it and toolbox calls fail with helpers_chain_no_public_or_set_rpc_url until SKConfig.setRpcUrl(Chain.Arc, […]) is set (via @swapkit/toolboxes@5.4.0)
    • #385 c8e9da7 Thanks @hippocampusSK! - Expose the address form an address string decodes to, instead of discarding it behind a boolean. Address validation already computed the script type; new siblings surface it without changing any existing validator's return type: (via @swapkit/toolboxes@5.4.0)
    • #393 25570ca Thanks @hippocampusSK! - One table describes the UTXO script types. @swapkit/helpers now exports UTXOScriptType (with P2SH_P2WPKH and P2TR alongside P2PKH and P2WPKH), UTXO_SCRIPT_TYPES (BIP43 purpose, input and output size in vBytes, witness flag per type), UTXO_SCRIPT_TYPE_LIST, and the path helpers getPurposeFromPath, getUTXOScriptTypeForPurpose and getUTXOScriptTypeForPath. Error key toolbox_utxo_unsupported_script_type (50315) is reserved for the toolboxes. (via @swapkit/toolboxes@5.4.0)
    • #391 cf94a27 Thanks @hippocampusSK! - Eight fixes to the UTXO send path, reached today by external signers spending from legacy Bitcoin and Litecoin addresses, and by every chain without segwit. (via @swapkit/toolboxes@5.4.0)
    • #379 4450ac4 Thanks @ice-chillios! - derivationPathToString now accepts sliced derivation paths through the new DerivationPathLike (readonly (number | undefined)[]) type, so prefixes no longer need to be cast to DerivationPathArray. (via @swapkit/toolboxes@5.4.0)
    • #362 cbbfccd Thanks @towanTG! - Preserve stored numeric precision across comparisons, arithmetic operands, copies, set, and AssetValue conversion instead of converting through display-rounded strings. Compare exact values regardless of declared asset decimals, and cap arithmetic results at 64 decimal places without mis-scaling longer inputs or turning small nonzero divisors into zero. Fix half-up display carries and explicit base-unit rescaling while preserving asset identity and destination decimals. (via @swapkit/toolboxes@5.4.0)
    • #371 6236419 Thanks @ice-chillios! - EVM nonce derivation now reads the "pending" transaction count and serialises allocation per chainId:address behind an expiring monotonic floor, so concurrent sends from one address no longer reuse a mined-only count and silently replace each other in the mempool. Allocations are released when a send provably never reached the wire (gas or fee estimation failure, a rejected send, a signer that cannot sign), so a failed attempt no longer strands a nonce gap; transport-ambiguous failures keep the nonce reserved until the floor expires, and a floor never expires while one of its nonces is held by an in-flight send (a signature awaiting hardware or wallet confirmation cannot have its nonce re-issued). sendTransaction and state-changing contract calls both resolve through the signer's own provider when it carries one — approve + send from a single toolbox share one floor, and the transport-failure fallback broadcast and its hash lookup go through that same provider. Caller-supplied nonces are honoured on the ERC-20 transfer and approval builder paths. The native sweep builder no longer pins a nonce into the built transaction — the OP-stack L1 fee serialisation performs its own plain "pending" read for byte-length only (build-only APIs consume no allocation) — so both transfer and a two-step createTransaction/sendTransaction sweep allocate through the floor on the send path. The toolbox broadcastTransaction no longer crashes when invoked (previously an unbound method reference). (via @swapkit/toolboxes@5.3.0)
    • #380 9e8158f Thanks @hippocampusSK! - TRON transaction failures now carry a diagnostic payload instead of a bare error key. (via @swapkit/toolboxes@5.3.0)
    • #381 3b750ec Thanks @ochhii1337! - TON's native coin is now GRAM, so the gas asset is TON.GRAM instead of TON.TON. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/helpers@5.3.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.6)

@swapkit/wallet-mobile@4.3.26

Patch Changes

  • #150 db4f182 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #404 ce7f02d Thanks @towanTG! - Changes base url for token icons (via @swapkit/helpers@5.4.1)
    • #401 7f87112 Thanks @ice-chillios! - generatePhrase now defaults to a 24-word (256-bit entropy) seed phrase, accepts every BIP39 length (12, 15, 18, 21 or 24 words) and throws wallet_keystore_invalid_word_count (21903, added to @swapkit/helpers) for anything else instead of silently using 256 bits. New generateKeystore({ password, wordCount }) creates a phrase and its encrypted keystore in one call; PhraseWordCount is exported for wallet-creation UIs offering the choice. (via @swapkit/helpers@5.4.1)
    • #405 cbbfdcf Thanks @hippocampusSK! - Add public Arc mainnet RPC (https://rpc.mainnet.arc.io) as the default rpcUrls entry for Chain.Arc (via @swapkit/helpers@5.4.1)
    • #399 70749e7 Thanks @github-actions! - Update generated token lists. (via @swapkit/helpers@5.4.1)
    • #374 54d0f14 Thanks @ice-chillios! - ChainflipBroker.fundStateChainAccount accepts a hex state chain account explicitly instead of relying on the substrate address validator, which no longer treats hex as an address. Hex accounts must now be a full 32-byte AccountId32; shorter hex values used to pass validation and then fail in the gateway call.
    • #382 2ef09ec Thanks @hippocampusSK! - Add Arc (5042) EVM chain: chain/chainId enums, chain config, EVM toolbox wiring, and native ARC.USDC gas-asset handling in isGasAsset / getCommonAssetInfo / getAssetType / getTokenAddress. Arc ships with rpcUrls: [], so connectKeystore skips it and toolbox calls fail with helpers_chain_no_public_or_set_rpc_url until SKConfig.setRpcUrl(Chain.Arc, […]) is set (via @swapkit/toolboxes@5.4.0)
    • #385 c8e9da7 Thanks @hippocampusSK! - Expose the address form an address string decodes to, instead of discarding it behind a boolean. Address validation already computed the script type; new siblings surface it without changing any existing validator's return type: (via @swapkit/toolboxes@5.4.0)
    • #393 25570ca Thanks @hippocampusSK! - One table describes the UTXO script types. @swapkit/helpers now exports UTXOScriptType (with P2SH_P2WPKH and P2TR alongside P2PKH and P2WPKH), UTXO_SCRIPT_TYPES (BIP43 purpose, input and output size in vBytes, witness flag per type), UTXO_SCRIPT_TYPE_LIST, and the path helpers getPurposeFromPath, getUTXOScriptTypeForPurpose and getUTXOScriptTypeForPath. Error key toolbox_utxo_unsupported_script_type (50315) is reserved for the toolboxes. (via @swapkit/toolboxes@5.4.0)
    • #391 cf94a27 Thanks @hippocampusSK! - Eight fixes to the UTXO send path, reached today by external signers spending from legacy Bitcoin and Litecoin addresses, and by every chain without segwit. (via @swapkit/toolboxes@5.4.0)
    • #379 4450ac4 Thanks @ice-chillios! - derivationPathToString now accepts sliced derivation paths through the new DerivationPathLike (readonly (number | undefined)[]) type, so prefixes no longer need to be cast to DerivationPathArray. (via @swapkit/toolboxes@5.4.0)
    • #362 cbbfccd Thanks @towanTG! - Preserve stored numeric precision across comparisons, arithmetic operands, copies, set, and AssetValue conversion instead of converting through display-rounded strings. Compare exact values regardless of declared asset decimals, and cap arithmetic results at 64 decimal places without mis-scaling longer inputs or turning small nonzero divisors into zero. Fix half-up display carries and explicit base-unit rescaling while preserving asset identity and destination decimals. (via @swapkit/toolboxes@5.4.0)
    • #371 6236419 Thanks @ice-chillios! - EVM nonce derivation now reads the "pending" transaction count and serialises allocation per chainId:address behind an expiring monotonic floor, so concurrent sends from one address no longer reuse a mined-only count and silently replace each other in the mempool. Allocations are released when a send provably never reached the wire (gas or fee estimation failure, a rejected send, a signer that cannot sign), so a failed attempt no longer strands a nonce gap; transport-ambiguous failures keep the nonce reserved until the floor expires, and a floor never expires while one of its nonces is held by an in-flight send (a signature awaiting hardware or wallet confirmation cannot have its nonce re-issued). sendTransaction and state-changing contract calls both resolve through the signer's own provider when it carries one — approve + send from a single toolbox share one floor, and the transport-failure fallback broadcast and its hash lookup go through that same provider. Caller-supplied nonces are honoured on the ERC-20 transfer and approval builder paths. The native sweep builder no longer pins a nonce into the built transaction — the OP-stack L1 fee serialisation performs its own plain "pending" read for byte-length only (build-only APIs consume no allocation) — so both transfer and a two-step createTransaction/sendTransaction sweep allocate through the floor on the send path. The toolbox broadcastTransaction no longer crashes when invoked (previously an unbound method reference). (via @swapkit/toolboxes@5.3.0)
    • #380 9e8158f Thanks @hippocampusSK! - TRON transaction failures now carry a diagnostic payload instead of a bare error key. (via @swapkit/toolboxes@5.3.0)
    • #381 3b750ec Thanks @ochhii1337! - TON's native coin is now GRAM, so the gas asset is TON.GRAM instead of TON.TON. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/toolboxes@5.3.0)
    • Update generated token lists. (via @swapkit/helpers@5.3.0)
    • Update generated token lists. (via @swapkit/tokens@5.0.6)

@github-actions
github-actions Bot force-pushed the changeset-release/develop branch from 24462e7 to 52997f2 Compare September 16, 2026 10:44
@towanTG
towanTG merged commit 02ccda8 into develop Sep 16, 2026
2 checks passed
@towanTG
towanTG deleted the changeset-release/develop branch September 16, 2026 10:47
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