Bug: Accounts/Network are not updated in production build (#625)
This commit is contained in:
parent
d5b64849b4
commit
0037522505
|
@ -1,11 +1,11 @@
|
||||||
// @flow
|
// @flow
|
||||||
import type { AnyAction, Store } from 'redux'
|
import type { AnyAction, Store } from 'redux'
|
||||||
|
|
||||||
import { ADD_PROVIDER, REMOVE_PROVIDER } from '../actions'
|
|
||||||
|
|
||||||
import closeSnackbar from '~/logic/notifications/store/actions/closeSnackbar'
|
import closeSnackbar from '~/logic/notifications/store/actions/closeSnackbar'
|
||||||
import { WALLET_PROVIDER, getProviderInfo, getWeb3 } from '~/logic/wallets/getWeb3'
|
import { WALLET_PROVIDER, getProviderInfo, getWeb3 } from '~/logic/wallets/getWeb3'
|
||||||
import { fetchProvider } from '~/logic/wallets/store/actions'
|
import { fetchProvider } from '~/logic/wallets/store/actions'
|
||||||
|
import { ADD_PROVIDER } from '~/logic/wallets/store/actions/addProvider'
|
||||||
|
import { REMOVE_PROVIDER } from '~/logic/wallets/store/actions/removeProvider'
|
||||||
import { type GlobalState } from '~/store/'
|
import { type GlobalState } from '~/store/'
|
||||||
import { loadFromStorage, removeFromStorage, saveToStorage } from '~/utils/storage'
|
import { loadFromStorage, removeFromStorage, saveToStorage } from '~/utils/storage'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue