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.3 to 1.0.4

lib/ontology.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

1.0.4 / 2019-04-26
------------------
- BNB mainnet swap changes
- Switch XRP block explorer
- Add ONT
- Add ONG
1.0.3 / 2019-04-24

@@ -2,0 +10,0 @@ ------------------

5

lib/_erc20-tokens.js

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

name: 'binance',
properName: 'Binance',
properName: 'Binance (old)',
decimals: 18,

@@ -104,3 +104,4 @@ ticker: 'BNB',

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

@@ -107,0 +108,0 @@ name: 'bread',

6

lib/bnbmainnet.js

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

exports.name = name;
const properName = 'Binance';
const properName = 'Binance Coin';
exports.properName = properName;

@@ -25,5 +25,5 @@ const ticker = 'BNB';

const blockExplorer = {
addressUrl: address => `https://testnet-explorer.binance.org/address/${address}`,
txUrl: txId => `https://testnet-explorer.binance.org/tx/${txId}`
addressUrl: address => `https://explorer.binance.org/address/${address}`,
txUrl: txId => `https://explorer.binance.org/tx/${txId}`
};
exports.blockExplorer = blockExplorer;

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

var ontology = _interopRequireWildcard(require("./ontology"));
var ontologygas = _interopRequireWildcard(require("./ontologygas"));
var qtumignition = _interopRequireWildcard(require("./qtumignition"));

@@ -73,3 +77,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, tezos, 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, ontology, ontologygas, qtumignition, ripple, stellar, tezos, tether, tronmainnet, vertcoin, waves, zcash];

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

@@ -24,5 +24,5 @@ "use strict";

const blockExplorer = {
addressUrl: address => `https://bithomp.com/explorer/${address}`,
txUrl: txId => `https://xrpcharts.ripple.com/#/transactions/${txId}`
addressUrl: address => `https://xrpscan.com/account/${address}`,
txUrl: txId => `https://xrpscan.com/tx/${txId}`
};
exports.blockExplorer = blockExplorer;
{
"name": "@exodus/assets-base",
"version": "1.0.3",
"version": "1.0.4",
"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