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 1.0.1 to 1.0.2

lib/tezos.js

6

CHANGELOG.md

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

1.0.2 / 2019-04-03
------------------
- Add LOOM
- Add Tezos (XTZ)
1.0.1 / 2019-03-19

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

@@ -315,2 +315,10 @@ "use strict";

}, {
name: 'loom',
properName: 'Loom Network',
decimals: 18,
ticker: 'LOOM',
addresses: {
current: '0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0'
}
}, {
name: 'loopring',

@@ -317,0 +325,0 @@ properName: 'Loopring',

4

lib/index.js

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

var tezos = _interopRequireWildcard(require("./tezos"));
var tronmainnet = _interopRequireWildcard(require("./tronmainnet"));

@@ -71,3 +73,3 @@

const _assets = [ark, bcash, bgold, bitcoin, bitcoinsv, bnbmainnet, dash, decred, digibyte, dogecoin, eosio, ethereum, ethereumclassic, factom, lisk, litecoin, monero, neo, nem, qtumignition, ripple, stellar, tether, tronmainnet, vertcoin, waves, zcash];
const _assets = [ark, bcash, bgold, bitcoin, bitcoinsv, bnbmainnet, dash, decred, digibyte, dogecoin, eosio, ethereum, ethereumclassic, factom, lisk, litecoin, monero, neo, nem, qtumignition, ripple, stellar, tezos, tether, tronmainnet, vertcoin, waves, zcash];

@@ -74,0 +76,0 @@ _erc20Tokens.default.forEach(token => {

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

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

@@ -10,3 +10,3 @@ Exodus Assets Base

**It's currently only used in the mobile project.** It will be backported to Exotrack and Exodus Desktop.
It's currently only used in the **mobile project** and **pricing server**. It will be backported to Exotrack and Exodus Desktop.

@@ -13,0 +13,0 @@ Install

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