@exodus/assets-base
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,7 @@ | ||
0.0.6 / 2019-02-07 | ||
------------------ | ||
- Change ripple's properName to XRP | ||
- Fix BCH's units | ||
0.0.5 / 2019-01-27 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -18,4 +18,3 @@ "use strict"; | ||
satoshis: 0, | ||
bits: 2, | ||
BTC: 8 | ||
BCH: 8 | ||
}; | ||
@@ -22,0 +21,0 @@ exports.units = units; |
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.name = name; | ||
const properName = 'Ripple'; | ||
const properName = 'XRP'; | ||
exports.properName = properName; | ||
@@ -15,0 +15,0 @@ const ticker = 'XRP'; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
23098
919