settings: one network config per bitcoin network

This commit is contained in:
Manuel Araoz 2014-09-09 17:52:15 -07:00
commit 566b746ffd

View file

@ -15,10 +15,17 @@ var defaultConfig = {
// network layer config // network layer config
network: { network: {
testnet: {
host: 'test-insight.bitpay.com', host: 'test-insight.bitpay.com',
port: 443, port: 443,
schema: 'https' schema: 'https'
}, },
livenet: {
host: 'insight.bitpay.com',
port: 443,
schema: 'https'
},
},
// wallet default config // wallet default config
wallet: { wallet: {