From 1097a8ea7cbe6fb0cad756f0dc4f80e581dd6226 Mon Sep 17 00:00:00 2001 From: Philipp Bolte Date: Tue, 12 Sep 2023 14:09:03 +0200 Subject: [PATCH] chore: add event body to HintListStatusChanged event --- EIPS/eip-7506.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/EIPS/eip-7506.md b/EIPS/eip-7506.md index fdfb4b212e46a..912ddb7d6eebc 100644 --- a/EIPS/eip-7506.md +++ b/EIPS/eip-7506.md @@ -297,6 +297,14 @@ event HintListDelegateRemoved( **MUST** be emitted when the validity status of the hint list has been changed. +```solidity +event HintListStatusChanged( + address indexed namespace, + bytes32 indexed list, + bool indexed revoked +); +``` + ### Meta Transactions This section uses the following terms: