mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Fix web3_clientVersion
method (#8998)
This method was accidentally broken with the introduction of the permissions controller, as this was missing from the list of safe methods. It is now included in the list of safe methods. Fixes #8993
This commit is contained in:
parent
f46dda0195
commit
01301087ea
@ -36,6 +36,7 @@ export const LOG_LIMIT = 100
|
||||
|
||||
export const SAFE_METHODS = [
|
||||
'web3_sha3',
|
||||
'web3_clientVersion',
|
||||
'net_listening',
|
||||
'net_peerCount',
|
||||
'net_version',
|
||||
|
Loading…
Reference in New Issue
Block a user