Skip to content

Commit

Permalink
examples: add NEP-27 to the list of supported standards
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Jan 21, 2025
1 parent 225c94b commit 6a42a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nft-d/nft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "NeoFS Object NFT"
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"]
events:
- name: Transfer
Expand Down
2 changes: 1 addition & 1 deletion examples/nft-nd/nft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "HASHY NFT"
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"]
events:
- name: Transfer
Expand Down

0 comments on commit 6a42a67

Please sign in to comment.