Skip to content

Commit

Permalink
rpc/nns: add standard contract names
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Sep 26, 2023
1 parent 52a55f5 commit 28102a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rpc/nns/names.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package nns

// A set of standard contract names deployed into NeoFS sidechain.
const (
// NameAlphabetPrefix differs from other names in this list, because
// in reality there will be multiple alphabets contract deployed to
// a network named alphabet0, alphabet1, alphabet2, etc.
NameAlphabetPrefix = "alphabet"
NameAudit = "audit"
NameBalance = "balance"
NameContainer = "container"
NameNeoFSID = "neofsid"
NameNetmap = "netmap"
NameProxy = "proxy"
NameReputation = "reputation"
)

0 comments on commit 28102a7

Please sign in to comment.