settings: change default config
This commit is contained in:
parent
4931f08b5f
commit
56db2bebcf
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ var defaultConfig = {
|
||||||
// network layer config
|
// network layer config
|
||||||
network: {
|
network: {
|
||||||
testnet: {
|
testnet: {
|
||||||
url: 'https://test-insight.bitpay.com'
|
url: 'https://test-insight.bitpay.com:443'
|
||||||
},
|
},
|
||||||
livenet: {
|
livenet: {
|
||||||
url: 'https://insight.bitpay.com'
|
url: 'https://insight.bitpay.com:443'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue