msg.sender
for your task executions.
msg.sender
restrictions should be added to the function that Gelato will call during execution, not the checker function. Learn more about it here: Writing Solidity FunctionsAutomateReady
exposes a modifier onlyDedicatedMsgSender
which restricts msg.sender
to only task executions created by taskCreator
defined in the constructor.