We are using a hardcoded gas limit in a lot of calls. This is a problem in mainnet since metamask shows an unreasonable number (above 1 USD for example) for transactions that shouldn't cost that.
This might cause problems in ganache when the estimated gas is off. If that happens, we can use this limit only during development.
We are using a hardcoded gas limit in a lot of calls. This is a problem in mainnet since metamask shows an unreasonable number (above 1 USD for example) for transactions that shouldn't cost that.
This might cause problems in ganache when the estimated gas is off. If that happens, we can use this limit only during development.