Does Allowlist Contract Addresses Security apply to all methods?

Does using the Allowlist Contract Addresses in the Security settings apply to both call and send-tx functions?

Hi @EvilJordan, welcome to the Infura community!
Per our documentation, the following RPC methods are compatible with allowlisting, as they take an Ethereum address parameter:

  • call
  • estimateGas
  • getLogs
  • getBalance
  • getCode
  • getStorageAt
  • getTransactionCount

Thanks for the link to the docs… I should have RTFM first :man_facepalming: