From d97a4a995551f75065ea188b3c9d7d7d2f013987 Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Tue, 9 Jun 2020 13:52:32 +0300 Subject: [PATCH] added yaml config for contract deployment --- neofs_config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 neofs_config.yml diff --git a/neofs_config.yml b/neofs_config.yml new file mode 100644 index 0000000..84f5d00 --- /dev/null +++ b/neofs_config.yml @@ -0,0 +1,12 @@ +--- + +project: + author: Neo SPCC + email: ops@nspcc.ru + version: 0.99 + name: Neofs Smart Contract + hasstorage: true + hasdynamicinvocation: true + ispayable: true + returntype: ByteArray + parameters: ['String', 'Array']