synpress icon indicating copy to clipboard operation
synpress copied to clipboard

Disable allowance cap in experimental settings

Open asa93 opened this issue 2 years ago • 0 comments

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

image

asa93 avatar Mar 09 '23 13:03 asa93