@amontech/amon-lib
Advanced tools
Comparing version 2.3.3 to 2.4.3
@@ -41,3 +41,3 @@ const CoinHelper = require('./coin'); | ||
case 'mainnet': | ||
return `https://live.blockcypher.com/bch/address/${address}`; | ||
return `https://blockdozer.com/address/${address}`; | ||
case 'testnet': | ||
@@ -53,3 +53,3 @@ return `https://www.blocktrail.com/tBCC/address/${address}`; | ||
case 'mainnet': | ||
return `https://live.blockcypher.com/bch/tx/${txId}`; | ||
return `https://blockdozer.com/tx/${txId}`; | ||
case 'testnet': | ||
@@ -56,0 +56,0 @@ return `https://www.blocktrail.com/tBCC/tx/${txId}`; |
{ | ||
"name": "@amontech/amon-lib", | ||
"version": "2.3.3", | ||
"version": "2.4.3", | ||
"description": "Common amon libraries", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
39850
29