Skip to content

Commit

Permalink
Update content/ADR-202-linked-wearables.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mariano Goldman <[email protected]>
Signed-off-by: pentreathm <[email protected]>
  • Loading branch information
pentreathm and marianogoldman authored Aug 21, 2024
1 parent 9fac842 commit 02b92e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ADR-202-linked-wearables.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The examples below are mapping configurations within a wearable entity that repr
}
}
```
- **Owns any item from a range of items within a specified NFT collection**: Any user who owns an item with an id between `10` and `20` from the collection `0xabcdefabcdefabcdefabcdefabcdefabcdefabcdef` on `mainnet` will be granted with this wearable.
- **Owns any item from a range of items within a specified NFT collection**: Any user who owns an item with an id between `10` and `20` from the collection `0xabcdefabcdefabcdefabcdefabcdefabcdefabcdef` on `mainnet` will be granted with this wearable. Both boundaries of the range are included, so a user owning nft with id `20` will receive the wearable.
```
{
"mappings": {
Expand Down

0 comments on commit 02b92e8

Please sign in to comment.