Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
270
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 4.0.1 to 4.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

4.0.2 / 2019-11-20
-----------------
- Add available flag for delisted ERC20s
- Bring back ETHOS and EOS with available set to false
4.0.1 / 2019-11-20

@@ -2,0 +8,0 @@ -----------------

3

lib/erc20-tokens/index.js

@@ -28,3 +28,4 @@ "use strict";

},
contract: token.addresses
contract: token.addresses,
available: token.available
};

@@ -31,0 +32,0 @@ });

@@ -211,2 +211,21 @@ "use strict";

}, {
available: false,
name: 'eos',
properName: 'EOS (old)',
decimals: 18,
ticker: 'EOS',
addresses: {
current: '0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0'
},
old: true
}, {
available: false,
name: 'ethos',
properName: 'Ethos',
decimals: 8,
ticker: 'ETHOS',
addresses: {
current: '0x5Af2Be193a6ABCa9c8817001F45744777Db30756'
}
}, {
name: 'firstblood',

@@ -213,0 +232,0 @@ properName: 'FirstBlood',

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc