Skip to content

Commit

Permalink
set infura by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dkchv committed Dec 29, 2017
1 parent 80d673e commit daa348c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/login/redux/network/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const initialState = {
selectedAccount: null,
errors: [],
providers: [
providerMap.chronoBank,
providerMap.infura,
providerMap.chronoBank,
],
priority: [
providerMap.chronoBank.id,
providerMap.infura.id,
providerMap.chronoBank.id,
],
preferMainnet: process.env.NODE_ENV === 'production',
selectedProviderId: null,
Expand Down

0 comments on commit daa348c

Please sign in to comment.