You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets-base - npm Package Compare versions

Comparing version

to
8.0.4

lib/iconmainnet.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

8.0.4 / 2020-03-09
------------------
- Add ICON (ICX) iconmainnet coin
8.0.3 / 2020-02-26

@@ -2,0 +7,0 @@ ------------------

5

lib/erc20-tokens/tokens.js

@@ -279,3 +279,3 @@ "use strict";

name: 'icon',
properName: 'ICON',
properName: 'ICON (old)',
decimals: 18,

@@ -285,3 +285,4 @@ ticker: 'ICX',

current: '0xb5A5F22694352C15B00323844aD545ABb2B11028'
}
},
old: true
}, {

@@ -288,0 +289,0 @@ name: 'iexec',

4

lib/index.js

@@ -48,2 +48,4 @@ "use strict";

var iconmainnet = _interopRequireWildcard(require("./iconmainnet"));
var libra = _interopRequireWildcard(require("./libra"));

@@ -99,3 +101,3 @@

const _assets = [ark, bcash, bcashclaim, bgold, bgoldclaim, bitcoin, bitcoinsv, bitcoinsvclaim, bnbmainnet, cardano, cosmos, dash, decred, digibyte, dogecoin, eosio, ethereum, ethereumclassic, factom, libra, lisk, litecoin, monero, nano, neo, neogas, nem, ontology, ontologygas, qtumignition, ravencoin, ripple, stellar, tezos, tether, tronmainnet, vechainthor, vertcoin, waves, zcash];
const _assets = [ark, bcash, bcashclaim, bgold, bgoldclaim, bitcoin, bitcoinsv, bitcoinsvclaim, bnbmainnet, cardano, cosmos, dash, decred, digibyte, dogecoin, eosio, ethereum, ethereumclassic, factom, iconmainnet, libra, lisk, litecoin, monero, nano, neo, neogas, nem, ontology, ontologygas, qtumignition, ravencoin, ripple, stellar, tezos, tether, tronmainnet, vechainthor, vertcoin, waves, zcash];

@@ -102,0 +104,0 @@ _assets.push(..._erc20Tokens.default);

{
"name": "@exodus/assets-base",
"version": "8.0.3",
"version": "8.0.4",
"description": "Base level package for supporting Exodus assets.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",