From 6e244fac0483f2d65fb9ba75ff02c2a9b559b5ba Mon Sep 17 00:00:00 2001 From: Alexander Chuprov Date: Fri, 6 Sep 2024 12:06:19 +0300 Subject: [PATCH] [#110] nns: Remove unused config Signed-off-by: Alexander Chuprov --- nns/nns.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 nns/nns.yml diff --git a/nns/nns.yml b/nns/nns.yml deleted file mode 100644 index 0192a8a..0000000 --- a/nns/nns.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: "NameService" -supportedstandards: ["NEP-11"] -safemethods: - - "balanceOf" - - "decimals" - - "getAllRecords" - - "getPrice" - - "getRecord" - - "isAvailable" - - "ownerOf" - - "properties" - - "symbol" - - "totalSupply" - - "tokensOf" - - "tokens" - - "resolve" - - "roots" -events: - - name: Transfer - parameters: - - name: from - type: Hash160 - - name: to - type: Hash160 - - name: amount - type: Integer - - name: tokenId - type: ByteArray -permissions: - - hash: fffdc93764dbaddd97c48f252a53ea4643faa3fd - methods: ["update"] - - methods: ["onNEP11Payment"]