settings: simple insight config

This commit is contained in:
Manuel Araoz 2014-09-10 11:49:16 -07:00
commit 2aa2d89f92

View file

@ -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'
}, },
}, },