@exodus/assets-base
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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 @@ ------------------ |
@@ -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', |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55891
38
2174