@exodus/assets-base
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,6 @@ | ||
1.0.7 / 2019-05-08 | ||
----------------- | ||
- Change NEM block explorer | ||
1.0.6 / 2019-05-01 | ||
@@ -2,0 +7,0 @@ ----------------- |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `http://chain.nem.ninja/#/account/${address}`, | ||
txUrl: txId => `http://chain.nem.ninja/#/transfer/${txId}` | ||
addressUrl: address => `http://explorer.nemchina.com/#/s_account?account=${address}`, | ||
txUrl: txId => `http://explorer.nemchina.com/#/s_tx?hash=${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "1.0.6", | ||
"version": "1.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
56052