Skip to content

Commit

Permalink
Update ERC-6900.md with validation merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Mar 5, 2024
1 parent 2842124 commit 01d5449
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions standard/ERCs/erc-6900.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ interface IAccountLoupe {
/// @notice Config for an execution function, given a selector.
struct ExecutionFunctionConfig {
address plugin;
FunctionReference userOpValidationFunction;
FunctionReference runtimeValidationFunction;
FunctionReference validationFunction;
}
/// @notice Pre and post hooks for a given selector.
Expand Down Expand Up @@ -423,8 +422,7 @@ struct PluginManifest {
// plugin MUST still be able to spend up to the balance that it sends to the account in the same call.
bool canSpendNativeToken;
ManifestExternalCallPermission[] permittedExternalCalls;
ManifestAssociatedFunction[] userOpValidationFunctions;
ManifestAssociatedFunction[] runtimeValidationFunctions;
ManifestAssociatedFunction[] validationFunctions;
ManifestAssociatedFunction[] preUserOpValidationHooks;
ManifestAssociatedFunction[] preRuntimeValidationHooks;
ManifestExecutionHook[] executionHooks;
Expand Down

0 comments on commit 01d5449

Please sign in to comment.