Skip to content

Commit

Permalink
Merge pull request #368 from floating/0.3.3
Browse files Browse the repository at this point in the history
Fix preset
  • Loading branch information
floating committed Oct 12, 2020
2 parents 25abf31 + 8aa571f commit a25420b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main/store/state/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ const initial = {
42: {
infura: 'infuraKovan'
},
74: {
idchain: 'wss://idchain.one/ws/'
},
100: {
poa: 'https://dai.poa.network'
}
Expand Down Expand Up @@ -244,7 +247,7 @@ const initial = {
}
},
connection: {
primary: { on: true, current: 'custom', status: 'loading', connected: false, type: '', network: '', custom: '' },
primary: { on: true, current: 'idchain', status: 'loading', connected: false, type: '', network: '', custom: '' },
secondary: { on: false, current: 'custom', status: 'loading', connected: false, type: '', network: '', custom: '' }
}
},
Expand Down

0 comments on commit a25420b

Please sign in to comment.