feat: rename batchSetExecutor to setExecutors

This commit is contained in:
royvardhan
2025-01-30 19:29:24 +05:30
parent 719a15c0e5
commit c653062027
3 changed files with 8 additions and 8 deletions

View File

@@ -237,7 +237,7 @@ contract TychoRouter is
* @dev Entrypoint to add or replace an approved executor contract address
* @param targets address of the executor contract
*/
function batchSetExecutor(address[] memory targets)
function setExecutors(address[] memory targets)
external
onlyRole(EXECUTOR_SETTER_ROLE)
{