Add new BondedRoleType for Analytics Operator

This commit is contained in:
wiz 2019-09-09 11:56:17 +09:00
parent 9bce77d672
commit a3a3bf2b2a
No known key found for this signature in database
GPG key ID: A394E332255A6173
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@ public enum BondedRoleType {
// operators
WEBSITE_OPERATOR(50, 110, "https://bisq.network/roles/12", true),
ANALYTICS_OPERATOR(1, 110, "https://bisq.network/roles/88", true),
FORUM_OPERATOR(50, 110, "https://bisq.network/roles/19", true),
SEED_NODE_OPERATOR(20, 110, "https://bisq.network/roles/15", true),
DATA_RELAY_NODE_OPERATOR(20, 110, "https://bisq.network/roles/14", true),

View file

@ -1657,6 +1657,8 @@ dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Website operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ANALYTICS_OPERATOR=Analytics operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Forum operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Seed node operator