Update default provider

feature/default_network_editable
Yung chieh Tsai 7 years ago
parent 384cb126dd
commit 181a11eae2
  1. 2
      app/scripts/lib/resolver.js

@ -43,7 +43,7 @@ function getProvider (type) {
case 'ropsten': case 'ropsten':
return 'https://ropsten.infura.io/' return 'https://ropsten.infura.io/'
default: default:
return 'http://localhost:3000/' return 'http://localhost:8545/'
} }
} }

Loading…
Cancel
Save