mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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') {
|
if (url !== 'http://localhost:8545') {
|
||||||
rpcList.push({ rpcUrl: url, chainId, ticker, nickname })
|
rpcList.push({ rpcUrl: url, chainId, ticker, nickname })
|
||||||
}
|
}
|
||||||
this.store.updateState({ frequentRpcListiDetail: rpcList })
|
this.store.updateState({ frequentRpcListDetail: rpcList })
|
||||||
return Promise.resolve(rpcList)
|
return Promise.resolve(rpcList)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user