mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
preferences - fix typo
This commit is contained in:
parent
54a8ade266
commit
986f8b4c21
@ -407,7 +407,7 @@ class PreferencesController {
|
||||
if (url !== 'http://localhost:8545') {
|
||||
rpcList.push({ rpcUrl: url, chainId, ticker, nickname })
|
||||
}
|
||||
this.store.updateState({ frequentRpcListiDetail: rpcList })
|
||||
this.store.updateState({ frequentRpcListDetail: rpcList })
|
||||
return Promise.resolve(rpcList)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user