mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Increase analytics operator bond amount from 1 to 2
As discussed in: https://github.com/bisq-network/proposals/issues/115#issuecomment-529490565
This commit is contained in:
parent
990a998540
commit
322fe23ea7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +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),
|
||||
ANALYTICS_OPERATOR(2, 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),
|
||||
|
|
Loading…
Add table
Reference in a new issue