@exodus/assets-base
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -0,1 +1,7 @@ | ||
8.0.2 / 2020-02-20 | ||
------------------ | ||
- Use new block explorer for VET | ||
- Update XEM URLs to use HTTPS | ||
8.0.1 / 2020-01-29 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -27,4 +27,4 @@ "use strict"; | ||
blockExplorer: { | ||
addressUrl: address => `https://explore.veforge.com/accounts/${address}`, | ||
txUrl: txId => `https://explore.veforge.com/transactions/${txId}/clauses` | ||
addressUrl: address => `https://explorer.vtho.net/#/accounts/${address}`, | ||
txUrl: txId => `https://explorer.vtho.net/#/transactions/${txId}` | ||
}, | ||
@@ -31,0 +31,0 @@ contract: token.addresses |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `http://explorer.nemtool.com/#/s_account?account=${address}`, | ||
txUrl: txId => `http://explorer.nemtool.com/#/s_tx?hash=${txId}` | ||
addressUrl: address => `https://explorer.nemtool.com/#/s_account?account=${address}`, | ||
txUrl: txId => `https://explorer.nemtool.com/#/s_tx?hash=${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://explore.veforge.com/accounts/${address}`, | ||
txUrl: txId => `https://explore.veforge.com/transactions/${txId}` | ||
addressUrl: address => `https://explorer.vtho.net/#/accounts/${address}`, | ||
txUrl: txId => `https://explorer.vtho.net/#/transactions/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
57014
1