Skip to content

Commit

Permalink
Change redux persist config (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed May 18, 2021
1 parent 03361f1 commit 52a672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import { PersistGate } from 'redux-persist/integration/react'
import createRootReducer from '../reducers'
import createMiddleware from '../middleware'

import { wallet } from '../utils/wallet'
import { ACCOUNT_ID_SUFFIX } from '../utils/wallet'

const persistConfig = {
key: wallet.accountId,
key: `wallet.near.org:${ACCOUNT_ID_SUFFIX}`,
storage,
blacklist: ['status', 'staking']
}
Expand Down

0 comments on commit 52a672e

Please sign in to comment.