@coinify/currency
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@coinify/currency", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Helper functions for managing amounts in different currencies", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -10,2 +10,3 @@ const CURRENCIES_NOT_DIVIDED_IN_HUNDREDS = { | ||
BTC: 8, | ||
BCH: 8, | ||
ETH: 12 // We use Mwei as lowest subunit for ether because wei (18 decimals) is too much for integer | ||
@@ -20,3 +21,3 @@ }; | ||
*/ | ||
const CRYPTO_CURRENCIES = [ 'BTC', 'ETH' ]; | ||
const CRYPTO_CURRENCIES = [ 'BTC', 'ETH', 'BCH' ]; | ||
@@ -23,0 +24,0 @@ /** |
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
12838
328