@bitgo/sdk-core 35.8.0 → 35.9.0

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
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [35.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@35.7.0...@bitgo/sdk-core@35.9.0) (2025-07-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **account-lib:** create Buffer from hex string ([3c3c187](https://github.com/BitGo/BitGoJS/commit/3c3c187feab5ace123cdb47d7ca97ff253f8f783))
11
+
12
+ ### Features
13
+
14
+ - added new error NeedsUserSignupError ([8c9c64a](https://github.com/BitGo/BitGoJS/commit/8c9c64ac54db5fc85bbaaf652e25b0e47eadf702))
15
+ - **sdk-core:** handle TSS EDDSA message signing ([b032e79](https://github.com/BitGo/BitGoJS/commit/b032e790f6aecaa02aa15ccf663b55929ea9509a))
16
+ - **statics:** add irys chain configs ([89fb371](https://github.com/BitGo/BitGoJS/commit/89fb371a3d9e2b8137539450b8f6aad713a2a0f7))
17
+ - **statics:** add kaia chain configs ([494066f](https://github.com/BitGo/BitGoJS/commit/494066fa94e362f09d27e2274178da5b89653087))
18
+ - **statics:** add seievm chain configs ([6d618d0](https://github.com/BitGo/BitGoJS/commit/6d618d0d67d53d8cafd39bdfe4c8583a78ec8a59))
19
+ - **statics:** implement common Cosmos blockchain infrastructure ([22abed6](https://github.com/BitGo/BitGoJS/commit/22abed6977d6ba182801e4747ba3f08825aa2908))
20
+
6
21
  # [35.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@35.7.0...@bitgo/sdk-core@35.8.0) (2025-07-23)
7
22
 
8
23
  ### Bug Fixes
@@ -110,6 +110,9 @@ export declare const defaultConstants: (env: EnvironmentName) => {
110
110
  vet: {
111
111
  tokens: import("@bitgo/statics").VetTokenConfig[];
112
112
  };
113
+ cosmos: {
114
+ tokens: import("@bitgo/statics").CosmosTokenConfig[];
115
+ };
113
116
  } | {
114
117
  eth: {
115
118
  tokens: import("@bitgo/statics").Erc20TokenConfig[];
@@ -190,6 +193,9 @@ export declare const defaultConstants: (env: EnvironmentName) => {
190
193
  vet: {
191
194
  tokens: import("@bitgo/statics").VetTokenConfig[];
192
195
  };
196
+ cosmos: {
197
+ tokens: import("@bitgo/statics").CosmosTokenConfig[];
198
+ };
193
199
  });
194
200
  export type Config = {
195
201
  krsProviders: Record<string, KrsProvider>;
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/bitgo/config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAgBpD,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAQpB,CAAC;AAGF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,QAAS,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOpD,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;CAC3C,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/bitgo/config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAgBpD,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAQpB,CAAC;AAGF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,QAAS,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOpD,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACnB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;CAC3C,CAAC"}