forked from TrueCloudLab/frostfs-contract
added yaml config for contract deployment
This commit is contained in:
parent
35656b0661
commit
d97a4a9955
1 changed files with 12 additions and 0 deletions
12
neofs_config.yml
Normal file
12
neofs_config.yml
Normal 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']
|
Loading…
Reference in a new issue