Skip to content

Commit

Permalink
Fix doc of delegates events
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Nov 8, 2024
1 parent d58e342 commit 9b59a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Some parameters are common to every event:

```json
{
"address": "<Ethereum checksummed address>" | null,
"type": "NEW_DELEGATE" | "UPDATED_DELEGATE" | "DELETED_DELEGATE",
"safeAddress": "<Ethereum checksummed address>" | null,
"delegate": "<Ethereum checksummed address>",
"delegator": "<Ethereum checksummed address>",
"label": "<string>",
Expand Down

0 comments on commit 9b59a8a

Please sign in to comment.