aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/scripts/lib/resolver.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/resolver.js b/app/scripts/lib/resolver.js
index 2bf9dac50..6786929d8 100644
--- a/app/scripts/lib/resolver.js
+++ b/app/scripts/lib/resolver.js
@@ -43,7 +43,7 @@ function getProvider (type) {
case 'ropsten':
return 'https://ropsten.infura.io/'
default:
- return 'http://localhost:3000/'
+ return 'http://localhost:8545/'
}
}