examples: add NEP-27 to the list of supported standards

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2025-01-21 14:34:44 +03:00
parent 257fa7c6c9
commit 3b28749fd1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: "NeoFS Object NFT" name: "NeoFS Object NFT"
sourceurl: https://github.com/nspcc-dev/neo-go/ sourceurl: https://github.com/nspcc-dev/neo-go/
supportedstandards: ["NEP-11", "NEP-24"] supportedstandards: ["NEP-11", "NEP-24", "NEP-27"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "properties", "tokens", "royaltyInfo"] safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "properties", "tokens", "royaltyInfo"]
events: events:
- name: Transfer - name: Transfer

View file

@ -1,6 +1,6 @@
name: "HASHY NFT" name: "HASHY NFT"
sourceurl: https://github.com/nspcc-dev/neo-go/ sourceurl: https://github.com/nspcc-dev/neo-go/
supportedstandards: ["NEP-11", "NEP-24"] supportedstandards: ["NEP-11", "NEP-24", "NEP-27"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "tokens", "properties", "royaltyInfo"] safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "tokens", "properties", "royaltyInfo"]
events: events:
- name: Transfer - name: Transfer