Persist gas price config to local storage (#213)
This commit is contained in:
parent
5d4b36d453
commit
3abe3d0b46
|
@ -76,6 +76,7 @@ const configureStore = () => {
|
|||
throttle(() => {
|
||||
saveState({
|
||||
config: {
|
||||
gasPriceGwei: store.getState().config.gasPriceGwei,
|
||||
nodeSelection: store.getState().config.nodeSelection,
|
||||
languageSelection: store.getState().config.languageSelection
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue