From 6f7488fb59668a6132821a8f86e13b8dd7389594 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 11 Mar 2016 10:47:25 -0300 Subject: [PATCH] default to public insight server on testnet --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 6a7c531..58b9711 100644 --- a/config.js +++ b/config.js @@ -42,8 +42,8 @@ var config = { }, testnet: { provider: 'insight', - //url: 'https://test-insight.bitpay.com:443', - url: 'http://localhost:3001', + url: 'https://test-insight.bitpay.com:443', + // url: 'http://localhost:3001', // Multiple servers (in priority order) // url: ['http://a.b.c', 'https://test-insight.bitpay.com:443'], },