1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +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: { NetworkController: {
provider: { provider: {
type: 'rpc', type: 'rpc',
rpcTarget: 'http://localhost:8545' rpcTarget: 'http://localhost:8545',
} },
}, },
} }