@lamassu/coins
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -10,3 +10,3 @@ const _ = require('lodash/fp') | ||
ZEC: 'ZEC', | ||
USDT: 'USDT', | ||
// USDT: 'USDT', | ||
XMR: 'XMR' | ||
@@ -121,17 +121,17 @@ } | ||
}, | ||
// { | ||
// cryptoCode: COINS.USDT, | ||
// display: 'USDT', | ||
// code: 'tether', | ||
// unitScale: 6, | ||
// contractAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7', | ||
// type: 'erc-20', | ||
// units:{ | ||
// full: { | ||
// displayScale: 6, | ||
// displayCode: 'USDT' | ||
// } | ||
// } | ||
// }, | ||
{ | ||
cryptoCode: COINS.USDT, | ||
display: 'USDT', | ||
code: 'tether', | ||
unitScale: 6, | ||
contractAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7', | ||
type: 'erc-20', | ||
units:{ | ||
full: { | ||
displayScale: 6, | ||
displayCode: 'USDT' | ||
} | ||
} | ||
}, | ||
{ | ||
cryptoCode: COINS.XMR, | ||
@@ -138,0 +138,0 @@ display: 'Monero', |
{ | ||
"name": "@lamassu/coins", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "bech32": "2.0.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
162293