Add eth_feeHistory to safe method list (#11999)

So that we can expose this method to dapps.
feature/default_network_editable
Dan Finlay 3 years ago committed by GitHub
parent cce623f5b6
commit 2df159841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/scripts/controllers/permissions/enums.js

@ -40,6 +40,7 @@ export const SAFE_METHODS = [
'eth_coinbase', 'eth_coinbase',
'eth_decrypt', 'eth_decrypt',
'eth_estimateGas', 'eth_estimateGas',
'eth_feeHistory',
'eth_gasPrice', 'eth_gasPrice',
'eth_getBalance', 'eth_getBalance',
'eth_getBlockByHash', 'eth_getBlockByHash',

Loading…
Cancel
Save