synpress
synpress copied to clipboard
Disable allowance cap in experimental settings
setupSettings function is calling activateEnhancedGasFeeUI()
this function does not work on my metamask version as I do not have this option
instead it's enabling the allowance cap feature and it's causing trouble when i need to approve contracts in my test
So several things that could be done
-
improve activateEnhancedGasFeeUI() function so it's enabling the appropriate option. Right now it's just clicking on the first toggle input found
-
allow to disable any of the experimental or advanced options by exporting the methods
