Browse Source

fix block explorer URL

feat/estimateFee-limit
Ivan Socolsky 8 years ago
parent
commit
cb4ebe8c50
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      config.js

2
config.js

@ -54,7 +54,7 @@ var config = {
bch: {
livenet: {
provider: 'insight',
url: 'https://cashexplorer.bitcoin.com/api/',
url: 'https://cashexplorer.bitcoin.com',
},
testnet: {
provider: 'insight',

Loading…
Cancel
Save