@bitgo/statics
Advanced tools
Comparing version 8.0.0-rc.11 to 8.0.0-rc.12
@@ -6,2 +6,25 @@ # Change Log | ||
# [8.0.0-rc.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.11...@bitgo/statics@8.0.0-rc.12) (2022-09-06) | ||
### chore | ||
* **statics:** update fullname for ada coin ([39ec376](https://github.com/BitGo/BitGoJS/commit/39ec3761d013bcfec718535a6f86039a42651205)) | ||
### Features | ||
* **sdk-coin-avaxp:** implement export tx builder ([483d9ce](https://github.com/BitGo/BitGoJS/commit/483d9ce67b75ca5eb4c1330f59820b18043cdb6c)) | ||
### BREAKING CHANGES | ||
* **statics:** updates coin names from `ADA`to `Cardano ADA` | ||
Ticket: BG-56343 | ||
. | ||
# [8.0.0-rc.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.10...@bitgo/statics@8.0.0-rc.11) (2022-08-26) | ||
@@ -8,0 +31,0 @@ |
@@ -26,2 +26,3 @@ import { CoinFamily } from './base'; | ||
readonly blockchainID: string; | ||
readonly cChainBlockchainID: string; | ||
readonly networkID: number; | ||
@@ -139,2 +140,3 @@ readonly hrp: string; | ||
blockchainID: string; | ||
cChainBlockchainID: string; | ||
avaxAssetID: string; | ||
@@ -164,2 +166,3 @@ networkID: number; | ||
blockchainID: string; | ||
cChainBlockchainID: string; | ||
avaxAssetID: string; | ||
@@ -166,0 +169,0 @@ networkID: number; |
{ | ||
"name": "@bitgo/statics", | ||
"version": "8.0.0-rc.11", | ||
"version": "8.0.0-rc.12", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "75e74b1010d66f9b7b9d5aeb4db54b02f5b21265" | ||
"gitHead": "0b826ee75426287888890705ec4d4a6300a17e04" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9838086
30730