forked from TrueCloudLab/frostfs-contract
[#48] Add contract names
It is required field in contract config for deployment. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
79e42fc31b
commit
9cdfcd438e
7 changed files with 7 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
name: "NeoFS Alphabet"
|
|
@ -0,0 +1 @@
|
|||
name: "NeoFS Audit"
|
|
@ -1,3 +1,4 @@
|
|||
name: "NeoFS Container"
|
||||
events:
|
||||
- name: containerPut
|
||||
parameters:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
name: "NeoFS"
|
||||
events:
|
||||
- name: Deposit
|
||||
parameters:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
name: "NeoFS ID"
|
|
@ -1,3 +1,4 @@
|
|||
name: "NeoFS Netmap"
|
||||
events:
|
||||
- name: AddPeer
|
||||
parameters:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
name: "NeoFS Reputation"
|
Loading…
Reference in a new issue