@exodus/assets-base
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -0,1 +1,6 @@ | ||
1.0.22 / 2019-07-11 | ||
----------------- | ||
- Fix ATOM's tx blockchain url | ||
1.0.21 / 2019-07-04 | ||
@@ -2,0 +7,0 @@ ----------------- |
@@ -25,4 +25,4 @@ "use strict"; | ||
addressUrl: address => `https://www.mintscan.io/account/${address}`, | ||
txUrl: txId => `https://www.mintscan.co/txs/${txId}` | ||
txUrl: txId => `https://www.mintscan.io/txs/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"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
49532