From 4638a9da67ed33b610a75dbe9425af8ddf6f1ee2 Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Tue, 12 Mar 2024 17:57:22 +0100 Subject: [PATCH] update error signature --- per_multicall/src/Errors.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per_multicall/src/Errors.sol b/per_multicall/src/Errors.sol index cfe376d7..0449a643 100644 --- a/per_multicall/src/Errors.sol +++ b/per_multicall/src/Errors.sol @@ -28,7 +28,7 @@ error InvalidTimestamp(); // Signature: 0xaba47339 error NotRegistered(); -// Signature: 0xd3c8346c +// Signature: 0xf00364b1 error ExecutionFailed(string reason); // Signature: 0x4af147aa