diff --git a/src/reducers/LocalStorageReducer.js b/src/reducers/LocalStorageReducer.js index c9d81925..cb486f99 100644 --- a/src/reducers/LocalStorageReducer.js +++ b/src/reducers/LocalStorageReducer.js @@ -6,6 +6,7 @@ import * as STORAGE from 'actions/constants/localStorage'; import type { Action } from 'flowtype'; export type Network = { + type: string; name: string; shortcut: string; symbol: string;