@exodus/assets-base
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -0,1 +1,6 @@ | ||
0.0.7 / 2019-03-07 | ||
------------------ | ||
- Switch BTC's block explorer links to blockstream.info | ||
0.0.6 / 2019-02-07 | ||
@@ -2,0 +7,0 @@ ------------------ |
@@ -25,5 +25,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://www.blockchain.com/btc/address/${address}/`, | ||
txUrl: txId => `https://www.blockchain.com/btc/tx/${txId}/` | ||
addressUrl: address => `https://blockstream.info/address/${address}`, | ||
txUrl: txId => `https://blockstream.info/tx/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
23180