From c4e2e8dfbbbb7c4ac9badbbba31b699cc8475cb8 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Wed, 6 Oct 2021 14:56:04 +0300 Subject: [PATCH] [#135] nns: add `getRecords` to the safe methods list Was introduced after renaming in #125. Signed-off-by: Evgenii Stratonikov --- nns/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nns/config.yml b/nns/config.yml index 01e89b7..3f0c551 100644 --- a/nns/config.yml +++ b/nns/config.yml @@ -1,7 +1,7 @@ name: "NameService" supportedstandards: ["NEP-11"] safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", - "tokens", "properties", "roots", "getPrice", "isAvailable", "getRecord", "resolve"] + "tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords", "resolve"] events: - name: Transfer parameters: