@bitgo-beta/statics 15.1.1-beta.986 → 15.1.1-beta.988

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ # [54.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.6.0...@bitgo/statics@54.7.0) (2025-07-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - fixing decimal places for the world:usdc ([aa658b2](https://github.com/BitGo/BitGoJS/commit/aa658b212d92787173dc1b6be2419d0aede1872d))
11
+ - **statics:** re-adds ofceth:gousd that was removed in an earlier commit ([d858a31](https://github.com/BitGo/BitGoJS/commit/d858a317967d3bb6091e5ceb8984033607edcb07))
12
+
13
+ ### Features
14
+
15
+ - onboarding changes for USDCV token ([403ba41](https://github.com/BitGo/BitGoJS/commit/403ba41b2f481b264dd77e1f5884fb2ced187d3a))
16
+ - **sdk-coin-xtz:** add custodial features to statics ([d2f9180](https://github.com/BitGo/BitGoJS/commit/d2f918012878de92365719a850dedffce75641a1))
17
+ - **statics:** add non-packed encoding feature for Soneium ([ae0afae](https://github.com/BitGo/BitGoJS/commit/ae0afae5428fbc04836c71caf27413edab6822a2))
18
+ - **statics:** add walletImplementationAddress for Soneium ([a901627](https://github.com/BitGo/BitGoJS/commit/a90162727d0b7e405b6730e7a688130bbfff643d))
19
+
20
+ # [54.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.5.0...@bitgo/statics@54.6.0) (2025-06-25)
21
+
22
+ ### Bug Fixes
23
+
24
+ - renaming the staked trx token ([43362d9](https://github.com/BitGo/BitGoJS/commit/43362d93a123d6057c301d0a2ddeba8f12bef119))
25
+
26
+ ### Features
27
+
28
+ - **statics:** add go account support for cosmos batch ([a5f48dc](https://github.com/BitGo/BitGoJS/commit/a5f48dc023181683c1ee27dafd9a1fe6a47c3f81))
29
+
6
30
  # [54.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.4.0...@bitgo/statics@54.5.0) (2025-06-24)
7
31
 
8
32
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/statics",
3
- "version": "15.1.1-beta.986",
3
+ "version": "15.1.1-beta.988",
4
4
  "description": "dependency-free static configuration for the bitgo platform",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,5 +37,5 @@
37
37
  ".ts"
38
38
  ]
39
39
  },
40
- "gitHead": "ea7dabfcaa2c04708a98eda14d56d4481a8eaf6e"
40
+ "gitHead": "b28d477d7ac235e6a994aa077dd81decf230f8e3"
41
41
  }