From 3b28749fd15fbd64e034ad400ecd5812b9691da6 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Tue, 21 Jan 2025 14:34:44 +0300 Subject: [PATCH] examples: add NEP-27 to the list of supported standards Signed-off-by: Anna Shaleva --- examples/nft-d/nft.yml | 2 +- examples/nft-nd/nft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nft-d/nft.yml b/examples/nft-d/nft.yml index decd24a828..42eee3a711 100644 --- a/examples/nft-d/nft.yml +++ b/examples/nft-d/nft.yml @@ -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 diff --git a/examples/nft-nd/nft.yml b/examples/nft-nd/nft.yml index 497d415145..e9b0d20bc6 100644 --- a/examples/nft-nd/nft.yml +++ b/examples/nft-nd/nft.yml @@ -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