This PR fixes an error that was occurring when you try to validate a message against a signature. The RPC node returns a err: insufficient funds for gas * price + value: ... error. After some investigation, it was discovered it's a recent behavior with L16 nodes (where passing an explicit gasPrice causes a call to a view function to fail). The fix here applies only for the special case of signature validation while we continue to investigate what has changed at the network level
Description
This PR fixes an error that was occurring when you try to validate a message against a signature. The RPC node returns a
err: insufficient funds for gas * price + value: ...
error. After some investigation, it was discovered it's a recent behavior with L16 nodes (where passing an explicitgasPrice
causes a call to aview
function to fail). The fix here applies only for the special case ofsignature validation
while we continue to investigate what has changed at the network levelDetails: https://app.clickup.com/t/2jzquwd