@exodus/trezor-meta
Advanced tools
Comparing version 3.2.5 to 3.2.6
{ | ||
"name": "@exodus/trezor-meta", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "trezor constants, firmware, and utils", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -279,2 +279,19 @@ [ | ||
{ | ||
"coin_label": "Monero", | ||
"coin_name": "Monero", | ||
"name": "Monero", | ||
"coin_shortcut": "XMR", | ||
"shortcut": "XMR", | ||
"exodus_name": "monero", | ||
"slip44": 128, | ||
"curve_name": "ed25519", | ||
"decimals": 12, | ||
"support": { | ||
"connect": false, | ||
"trezor1": false, | ||
"trezor2": "2.0.8", | ||
"webwallet": false | ||
} | ||
}, | ||
{ | ||
"address_type": 1855, | ||
@@ -281,0 +298,0 @@ "address_type_p2sh": 1818, |
@@ -34,2 +34,3 @@ const lodash = require('lodash') | ||
'digibyte', | ||
'monero', | ||
...ERC20_TOKEN_NAMES, | ||
@@ -36,0 +37,0 @@ ].sort() |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24615
874