Skip to content

Commit

Permalink
Increase analytics operator bond amount from 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored and ripcurlx committed Sep 9, 2019
1 parent 990a998 commit 322fe23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 322fe23

Please sign in to comment.