mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Add new BondedRoleType for Analytics Operator
This commit is contained in:
parent
9bce77d672
commit
a3a3bf2b2a
2 changed files with 3 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue