From 9da00d8854f7fe8c7adfb9ba791a38cd6f6e4630 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 9 Sep 2022 19:40:28 +0300 Subject: [PATCH] [#266] nns: Fix safe methods list `getRecord` doesn't exist since https://github.com/nspcc-dev/neofs-contract/pull/133/commits/6ea4573ef86c445709c792f4b40c7ae200e7d799. Signed-off-by: Anna Shaleva --- nns/nns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nns/nns.yml b/nns/nns.yml index 289793c9..155fa9da 100644 --- a/nns/nns.yml +++ b/nns/nns.yml @@ -1,7 +1,7 @@ name: "NameService" supportedstandards: ["NEP-11"] safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", - "tokens", "properties", "roots", "getPrice", "isAvailable", "getRecord", + "tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords", "resolve", "getAllRecords"] events: - name: Transfer