@vultisig/sdk 2.17.0 → 2.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @vultisig/sdk
2
2
 
3
+ ## 2.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1005](https://github.com/vultisig/vultisig-sdk/pull/1005) [`889380e`](https://github.com/vultisig/vultisig-sdk/commit/889380ec1571d6385ce688c4b49af04bfe8f5b55) Thanks [@rcoderdev](https://github.com/rcoderdev)! - test(mpc): add golden keysign fixtures for 71 mobile cases across 23 chains
8
+
9
+ Regression harness for mobile keysign flows. Fixture JSON files under
10
+ `packages/core/mpc/keysign/tests/fixtures/mobile/` cover arb, bsc,
11
+ cardano, cosmos, dot, evm, kujira, maya, pol, solana, sui, terra,
12
+ thorchain, ton, tron, utxo, and xrp chains. No production source changes.
13
+
3
14
  ## 2.17.0
4
15
 
5
16
  ### Minor Changes
@@ -11521,7 +11521,7 @@ declare const searchToken: (query: string, limit?: number) => Promise<TokenSearc
11521
11521
 
11522
11522
  declare const chainFeeCoin: Record<Chain, KnownCoin>;
11523
11523
 
11524
- declare const knownTokens: Record<"Arbitrum" | "Base" | "Blast" | "Optimism" | "Zksync" | "Mantle" | "Avalanche" | "CronosChain" | "BSC" | "Ethereum" | "Polygon" | "Hyperliquid" | "Sei" | "Cosmos" | "Osmosis" | "Dydx" | "Kujira" | "Terra" | "TerraClassic" | "Noble" | "Akash" | "THORChain" | "MayaChain" | UtxoChain | OtherChain, KnownCoin[]>;
11524
+ declare const knownTokens: Record<"Arbitrum" | "Base" | "Blast" | "Optimism" | "Zksync" | "Mantle" | "Avalanche" | "CronosChain" | "BSC" | "Ethereum" | "Polygon" | "Hyperliquid" | "Sei" | UtxoChain | "Cosmos" | "Osmosis" | "Dydx" | "Kujira" | "Terra" | "TerraClassic" | "Noble" | "Akash" | "THORChain" | "MayaChain" | OtherChain, KnownCoin[]>;
11525
11525
  type KnownIndex = Record<Chain, Record<string, KnownCoin>>;
11526
11526
  declare const knownTokensIndex: KnownIndex;
11527
11527
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/sdk",
3
- "version": "2.17.0",
3
+ "version": "2.17.1",
4
4
  "description": "The self-custody MPC wallet SDK for AI agents. Bitcoin, Ethereum, Solana & 36+ chains via DKLS23 threshold signatures. TypeScript, multi-platform (Node, browser, React Native).",
5
5
  "type": "module",
6
6
  "main": "dist/index.node.cjs",