mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 11:34:08 +00:00
Bug: Accounts/Network are not updated in production build (#625)
This commit is contained in:
parent
d5b64849b4
commit
0037522505
@ -1,11 +1,11 @@
|
||||
// @flow
|
||||
import type { AnyAction, Store } from 'redux'
|
||||
|
||||
import { ADD_PROVIDER, REMOVE_PROVIDER } from '../actions'
|
||||
|
||||
import closeSnackbar from '~/logic/notifications/store/actions/closeSnackbar'
|
||||
import { WALLET_PROVIDER, getProviderInfo, getWeb3 } from '~/logic/wallets/getWeb3'
|
||||
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 { loadFromStorage, removeFromStorage, saveToStorage } from '~/utils/storage'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user