Comparing version 1.0.7 to 1.0.8
12
index.js
@@ -77,2 +77,11 @@ var DEFAULT_PRECISION = 8; | ||
}, | ||
ZEC: { | ||
name: 'zcash', | ||
algorithm: 'equihash', | ||
hashtype: 'sol', | ||
link: { | ||
tx: 'https://explorer.zcha.in/transactions/{hash}', | ||
hash: 'https://explorer.zcha.in/blocks/{hash}', | ||
} | ||
}, | ||
}; | ||
@@ -93,2 +102,5 @@ | ||
'qubit': {}, | ||
'equihash': { | ||
multiplier: Math.pow(2, 19), | ||
}, | ||
'scrypt': { | ||
@@ -95,0 +107,0 @@ multiplier: Math.pow(2, 16), |
{ | ||
"name": "coinprops", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # Coinprops | ||
- BCH | ||
- TLT | ||
- ZEC | ||
@@ -15,0 +15,0 @@ ### algorithms |
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
6644
221
3