mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Add eth_feeHistory to safe method list (#11999)
So that we can expose this method to dapps.
This commit is contained in:
parent
cce623f5b6
commit
2df159841a
@ -40,6 +40,7 @@ export const SAFE_METHODS = [
|
||||
'eth_coinbase',
|
||||
'eth_decrypt',
|
||||
'eth_estimateGas',
|
||||
'eth_feeHistory',
|
||||
'eth_gasPrice',
|
||||
'eth_getBalance',
|
||||
'eth_getBlockByHash',
|
||||
|
Loading…
Reference in New Issue
Block a user