Open abhilashbr92 opened 1 year ago
Hey @abhilashbr92, not sure if you already fixed the issue yourself. But can you try to set maxPriorityFeePerGas
and maxFeePerGas
to undefined? Instead of null.
They mentioned in their documentation:
All the API level interfaces returning or accepting null in 1.x, use undefined in 4.x
Hello,
I am using web3 v1.10.0 and I could disable site suggested fee on metmask confirm window. But after updating the web3 version to 4.0.3, the site suggested fee is visible again. Please let me know Is the feature to disable site suggested fee removed in latest version?
Thank you