settings: simple insight config
This commit is contained in:
parent
4cfe87490f
commit
2aa2d89f92
1 changed files with 2 additions and 6 deletions
|
|
@ -16,14 +16,10 @@ var defaultConfig = {
|
||||||
// network layer config
|
// network layer config
|
||||||
network: {
|
network: {
|
||||||
testnet: {
|
testnet: {
|
||||||
host: 'test-insight.bitpay.com',
|
url: 'https://test-insight.bitpay.com:443'
|
||||||
port: 443,
|
|
||||||
schema: 'https'
|
|
||||||
},
|
},
|
||||||
livenet: {
|
livenet: {
|
||||||
host: 'insight.bitpay.com',
|
url: 'https:insight.bitpay.com:443'
|
||||||
port: 443,
|
|
||||||
schema: 'https'
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue