From e9a6ff74803736421f983a7e51e1df9fde130b98 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Mon, 12 Sep 2022 10:30:21 +0300 Subject: [PATCH] [#266] nns: remove unused config file --- nns/nns.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nns/nns.yml diff --git a/nns/nns.yml b/nns/nns.yml deleted file mode 100644 index 155fa9da..00000000 --- a/nns/nns.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: "NameService" -supportedstandards: ["NEP-11"] -safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", - "tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords", - "resolve", "getAllRecords"] -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"]