Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets-base - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

5

CHANGELOG.md

@@ -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 @@ -----------------

4

lib/bcash.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc