Skip to content

Commit

Permalink
chore: add event body to HintListStatusChanged event
Browse files Browse the repository at this point in the history
  • Loading branch information
strumswell committed Sep 12, 2023
1 parent 40c1518 commit 1097a8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions EIPS/eip-7506.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1097a8e

Please sign in to comment.