diff --git a/src/core/Initializer.sol b/src/core/Initializer.sol index 33d81ce..16c9c78 100644 --- a/src/core/Initializer.sol +++ b/src/core/Initializer.sol @@ -46,6 +46,7 @@ abstract contract Initializer is ISafe7579, ModuleManager { // at this point, the safeproxy singleton is not yet updated to the SafeSingleton // calling execTransactionFromModule is not available yet. } + emit Safe7579Initialized(msg.sender); } /**