Check if its possible to improve the gas consumption for canCallWithDelay. Currently every call to this method uses ~14k gas. Since this is often done multiple times during an operation, an improvement to this could improve overall gas consumption.
this is an example gas analysis from tx https://amoy.polygonscan.com/tx/0xc85256c6980d7c30ec633892906c51d38d800e24b18a1c7704cc63b2f9e25cd5

Load in tenderly for details.
Check if its possible to improve the gas consumption for
canCallWithDelay. Currently every call to this method uses ~14k gas. Since this is often done multiple times during an operation, an improvement to this could improve overall gas consumption.this is an example gas analysis from tx https://amoy.polygonscan.com/tx/0xc85256c6980d7c30ec633892906c51d38d800e24b18a1c7704cc63b2f9e25cd5
Load in tenderly for details.