When paymaster is active the gas limit is set to the max value possible. This leads to a extremely high gas estimation from the paymaster contract when paying for the given transaction. We can apply the same heuristic calculation we do with users balance to estimate a smaller value if the paymaster balance is not outrageously large.
When paymaster is active the gas limit is set to the max value possible. This leads to a extremely high gas estimation from the paymaster contract when paying for the given transaction. We can apply the same heuristic calculation we do with users balance to estimate a smaller value if the paymaster balance is not outrageously large.