Skip to content

Commit

Permalink
fix: adjust readme in LSP7 for notification type IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Jan 17, 2025
1 parent 89678ba commit 84593c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/lsp7-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ import {
LSP7_TYPE_IDS,
} from "@lukso/lsp7-contracts";
```

The `LSP7_TYPE_IDS` includes type IDs for the following type of notifications:

```console
'LSP7Tokens_SenderNotification';
'LSP7Tokens_RecipientNotification';
'LSP7Tokens_OperatorNotification';
'LSP7Tokens_VotesDelegatorNotification';
'LSP7Tokens_VotesDelegateeNotification';
```

0 comments on commit 84593c3

Please sign in to comment.