update config URLs

This commit is contained in:
Matias Alejo Garcia 2018-03-07 05:03:42 -05:00
parent 1f46848b03
commit 5b63d8ff92
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
2 changed files with 10 additions and 3 deletions

View File

@ -54,9 +54,15 @@ var config = {
livenet: {
provider: 'insight',
//url: 'https://cashexplorer.bitcoin.com',
url: 'http://localhost:2001',
translateAddresses: false,
url: 'https://bch-insight.bitpay.com:443',
translateAddresses: true,
},
testnet: {
provider: 'insight',
url: 'https://test-bch-insight.bitpay.com:443',
translateAddresses: true,
},
},
},
pushNotificationsOpts: {

View File

@ -18,7 +18,8 @@ var PROVIDERS = {
'testnet': 'https://test-insight.bitpay.com:443',
},
'bch': {
'livenet': 'https://insight.bitpay.com:443',
'livenet': 'https://bch-insight.bitpay.com:443',
'testnet': 'https://test-bch-insight.bitpay.com:443',
},
},
};