Skip to content

Commit

Permalink
Update ERC
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed authored and jaypaik committed Jan 17, 2024
1 parent 9544fed commit e9db6fa
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 1,078 deletions.
1 change: 0 additions & 1 deletion src/interfaces/IPluginManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";

/// @title Plugin Manager Interface
interface IPluginManager {
/// @dev Note that we strip hookApplyData from InjectedHooks in this event for gas savings
event PluginInstalled(address indexed plugin, bytes32 manifestHash, FunctionReference[] dependencies);

event PluginUninstalled(address indexed plugin, bool indexed callbacksSucceeded);
Expand Down
Loading

0 comments on commit e9db6fa

Please sign in to comment.