@exodus/assets-base
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -0,1 +1,6 @@ | ||
1.0.25 / 2019-08-09 | ||
----------------- | ||
- Switch BCH, BTC, BSV, DASH, DOGE, LTC block explorer to blockchair | ||
1.0.24 / 2019-07-26 | ||
@@ -2,0 +7,0 @@ ----------------- |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://blockdozer.com/address/${address}`, | ||
txUrl: txId => `https://blockdozer.com/tx/${txId}` | ||
addressUrl: address => `https://blockchair.com/bitcoin-cash/address/${address}`, | ||
txUrl: txId => `https://blockchair.com/bitcoin-cash/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -25,5 +25,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://blockstream.info/address/${address}`, | ||
txUrl: txId => `https://blockstream.info/tx/${txId}` | ||
addressUrl: address => `https://blockchair.com/bitcoin/address/${address}`, | ||
txUrl: txId => `https://blockchair.com/bitcoin/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -25,6 +25,6 @@ "use strict"; | ||
addressUrl: address => { | ||
return `https://bchsvexplorer.com/address/${address}`; | ||
return `https://blockchair.com/bitcoin-sv/address/${address}`; | ||
}, | ||
txUrl: txId => `https://bchsvexplorer.com/tx/${txId}` | ||
txUrl: txId => `https://blockchair.com/bitcoin-sv/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://insight.dashevo.org/insight/address/${address}`, | ||
txUrl: txId => `https://insight.dashevo.org/insight/tx/${txId}` | ||
addressUrl: address => `https://blockchair.com/dash/address/${address}`, | ||
txUrl: txId => `https://blockchair.com/dash/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://live.blockcypher.com/doge/address/${address}/`, | ||
txUrl: txId => `https://live.blockcypher.com/doge/tx/${txId}/` | ||
addressUrl: address => `https://blockchair.com/dogecoin/address/${address}`, | ||
txUrl: txId => `https://blockchair.com/dogecoin/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://live.blockcypher.com/ltc/address/${address}/`, | ||
txUrl: txId => `https://live.blockcypher.com/ltc/tx/${txId}/` | ||
addressUrl: address => `https://blockchair.com/litecoin/address/${address}`, | ||
txUrl: txId => `https://blockchair.com/litecoin/transaction/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"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
50383