@bitgo-beta/statics 15.1.1-beta.1113 → 15.1.1-beta.1115

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.2.0...@bitgo/statics@57.3.0) (2025-08-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - make VetNFTCollection extend NFTCollectionIdDefinedToken ([1762816](https://github.com/BitGo/BitGoJS/commit/1762816d2daa96c7469104dd8a0f8cee889fbcf8))
11
+
12
+ ### Features
13
+
14
+ - **abstract-eth:** add recover consolidation for eth ([4851e67](https://github.com/BitGo/BitGoJS/commit/4851e672cb59bfaff6d31181bceaddd26ad6e208))
15
+ - automate ERC20 automation ([4287e7a](https://github.com/BitGo/BitGoJS/commit/4287e7a9739e0f908011a8ab6419d6468a1188a2))
16
+ - new token files and imports for bot tokens ([ca21730](https://github.com/BitGo/BitGoJS/commit/ca21730fd1baf40ff06e05083238bdb8c6618d2b))
17
+ - **statics:** add new testnet erc20 token on hoodi ([dc5270b](https://github.com/BitGo/BitGoJS/commit/dc5270bb56d862b9ebb4aa082eabdb8de77d6118))
18
+
6
19
  # [57.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@57.1.0...@bitgo/statics@57.2.0) (2025-08-14)
7
20
 
8
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/statics",
3
- "version": "15.1.1-beta.1113",
3
+ "version": "15.1.1-beta.1115",
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": "5e740c29c349b782c5625da074df572d61b9ee82"
40
+ "gitHead": "8e47b61ecaf605d29f9744a72264c10450622c24"
41
41
  }