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.0 to 1.0.1

lib/bnbmainnet.js

6

CHANGELOG.md

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

1.0.1 / 2019-03-19
------------------
- Add mainnet BNB
- Fix BSV ticker
1.0.0 / 2019-03-12

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

2

lib/bitcoinsv.js

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

exports.properName = properName;
const ticker = 'BTC';
const ticker = 'BSV';
exports.ticker = ticker;

@@ -17,0 +17,0 @@ const units = {

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

var bnbmainnet = _interopRequireWildcard(require("./bnbmainnet"));
var dash = _interopRequireWildcard(require("./dash"));

@@ -69,3 +71,3 @@

const _assets = [ark, bcash, bgold, bitcoin, bitcoinsv, 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, tether, tronmainnet, vertcoin, waves, zcash];

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

{
"name": "@exodus/assets-base",
"version": "1.0.0",
"version": "1.0.1",
"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