1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
This commit is contained in:
Thomas Huang 2018-07-30 20:30:35 -07:00
parent 2392e77cd8
commit 5b3927fe5b

View File

@ -13,8 +13,8 @@ const initialState = {
NetworkController: {
provider: {
type: 'rpc',
rpcTarget: 'http://localhost:8545'
}
rpcTarget: 'http://localhost:8545',
},
},
}