1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update default provider

This commit is contained in:
Yung chieh Tsai 2018-05-30 09:57:31 +08:00
parent 384cb126dd
commit 181a11eae2

View File

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