@bitgo-beta/statics 15.1.1-beta.315 → 15.1.1-beta.317
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 +8 -0
- package/dist/src/account.d.ts +1 -1
- package/dist/src/account.js +2 -2
- package/dist/src/map.js +2 -2
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [48.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.5.0...@bitgo/statics@48.6.0) (2024-04-12)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **statics:** add new batch of tokens ([534a156](https://github.com/BitGo/BitGoJS/commit/534a156cafecbcd9f1d918036516771270f79610))
|
|
11
|
+
- **statics:** add ofc for TBILL (erc20) ([5e6c6f6](https://github.com/BitGo/BitGoJS/commit/5e6c6f6474eaf391ac120f721b255868193d5853))
|
|
12
|
+
- **statics:** add ofc for USTB (erc20) ([b40d72c](https://github.com/BitGo/BitGoJS/commit/b40d72cf90b07fd890ea95b5feb759054403330c))
|
|
13
|
+
|
|
6
14
|
# [48.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.4.0...@bitgo/statics@48.5.0) (2024-04-09)
|
|
7
15
|
|
|
8
16
|
### Features
|
package/dist/src/account.d.ts
CHANGED
|
@@ -728,7 +728,7 @@ export declare function tavaxErc20(id: string, name: string, fullName: string, d
|
|
|
728
728
|
*/
|
|
729
729
|
export declare function polygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
|
|
730
730
|
/**
|
|
731
|
-
* Factory function for
|
|
731
|
+
* Factory function for Amoy testnet polygonErc20 token instances.
|
|
732
732
|
*
|
|
733
733
|
* @param id uuid v4
|
|
734
734
|
* @param name unique identifier of the token
|