@bitgo-beta/statics 15.1.1-beta.1158 → 15.1.1-beta.1159

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 +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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
+ # [57.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.7.0...@bitgo/statics@57.8.0) (2025-09-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **statics:** get token config for coredao ([08589ca](https://github.com/BitGo/BitGoJS/commit/08589ca4b99f68f82715bcf2ab5ae0fd2b69c9d3))
11
+
12
+ ### Features
13
+
14
+ - add ofc tokens for hash ([b16302f](https://github.com/BitGo/BitGoJS/commit/b16302fe4e3a740a5eef376466f8467bd3b777c9))
15
+ - added stablecoin coinfeature flag ([6ef7d15](https://github.com/BitGo/BitGoJS/commit/6ef7d15ba66d129678509667b8b0d2bf61bd6e8d))
16
+ - enable staking feature on somnia testnet ([d8803ce](https://github.com/BitGo/BitGoJS/commit/d8803ce42dbda461917a9489b266086d1c6f8df9))
17
+ - gate some assets for Bitgo Germany/ Frankfurt/ Europe ApS ([569bbb4](https://github.com/BitGo/BitGoJS/commit/569bbb421427c9528f88c51b6ce19040d8a3912d))
18
+ - **sdk-coin-ada:** add token support config ([8352773](https://github.com/BitGo/BitGoJS/commit/835277307a119c193413a76697e479d2541b9eb1))
19
+ - **sdk-coin-iota:** implement key creation and validation ([ad13e3c](https://github.com/BitGo/BitGoJS/commit/ad13e3c4e37546390b81aeeafb4d062d9a3ef137))
20
+ - **statics:** add method to create base coin from trimmed token details ([dd7bc5e](https://github.com/BitGo/BitGoJS/commit/dd7bc5e94a6df2f8e44dad4e551c10c54fbc48a0))
21
+ - **statics:** add new tokens ([7a2ca3b](https://github.com/BitGo/BitGoJS/commit/7a2ca3be499d5c918114f2d97ef5e69178a18674))
22
+ - **statics:** adding fee address coin feature for iota ([d0936da](https://github.com/BitGo/BitGoJS/commit/d0936dab0c6fd6cf85595220a9cff2cb66a9abbb))
23
+
24
+ # [57.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.6.0...@bitgo/statics@57.7.0) (2025-08-29)
25
+
26
+ ### Bug Fixes
27
+
28
+ - revert bsc send many ([2e523b3](https://github.com/BitGo/BitGoJS/commit/2e523b317ee19174c49a0ec5674dbf562f0bb593))
29
+
30
+ ### Features
31
+
32
+ - added ofc assests for several coins ([3ea2bc7](https://github.com/BitGo/BitGoJS/commit/3ea2bc754cea4d6e8bed64e3ee66491d8c673579))
33
+ - onboarding lstBTC CoreDAO ERC20 token ([0e136a0](https://github.com/BitGo/BitGoJS/commit/0e136a038cf38c1adbed64e6ecb2bbe6a75f65fa))
34
+ - **sdk-coin-ada:** add support for tokens ([4fadc03](https://github.com/BitGo/BitGoJS/commit/4fadc0329f71542807814191015d930ee22acbe0))
35
+
36
+ # [57.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.5.0...@bitgo/statics@57.6.0) (2025-08-27)
37
+
38
+ ### Features
39
+
40
+ - add EVM_UNSIGNED_SWEEP_RECOVERY and EVM_NON_BITGO_RECOVERY features ([48ca558](https://github.com/BitGo/BitGoJS/commit/48ca558dd0ae6aff110e70b6dfc60b754e8969f6))
41
+ - add ofc statics for kaia, sonic, hypeevm, seievm, apechain ([b53c712](https://github.com/BitGo/BitGoJS/commit/b53c712dbf1a948ffa4e1e218c38a58fa8faf4d7))
42
+ - onboard sol eurc token ([7efff32](https://github.com/BitGo/BitGoJS/commit/7efff32bc6bc8157cbb703f61e333a2ba23b048b))
43
+ - onboard sui xaum token ([faa4486](https://github.com/BitGo/BitGoJS/commit/faa44869e10790ecca172317b959af00318c433c))
44
+ - **statics:** add statics for iota coin ([33afc9b](https://github.com/BitGo/BitGoJS/commit/33afc9bdd5d1d5818f4d1a21cc298077283135e6))
45
+
6
46
  # [57.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.4.0...@bitgo/statics@57.5.0) (2025-08-22)
7
47
 
8
48
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/statics",
3
- "version": "15.1.1-beta.1158",
3
+ "version": "15.1.1-beta.1159",
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": "1ddcc03e82a36661fb092555da202961a1a598d7"
40
+ "gitHead": "cc0b5c9190a45e5da019b4893397dcc033d4021c"
41
41
  }