added yaml config for contract deployment

enable-notary-in-public-chains
anastasia prasolova 2020-06-09 13:52:32 +03:00
parent 35656b0661
commit d97a4a9955
1 changed files with 12 additions and 0 deletions

12
neofs_config.yml 100644
View File

@ -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']