diff --git a/src/components/BpVotes.vue b/src/components/BpVotes.vue index 0d8911d1..e34fda79 100644 --- a/src/components/BpVotes.vue +++ b/src/components/BpVotes.vue @@ -1,6 +1,14 @@ @@ -34,6 +117,90 @@ watch(() => props.account, async () => { class="row col-12 q-my-xs justify-center text-left container-max-width" >
+ +
+
+

Block Producer Self-Stake

+
+ + +
+
+ +
+
+
Producer Rank
+
#{{ producerRank }}
+
+
+
+
+
Total Votes
+
{{ (totalVotes / 10000).toLocaleString(undefined, {minimumFractionDigits: 0, maximumFractionDigits: 0}) }}
+
+
+
+
+
Voting For
+
{{ numProducersVoted }} / 30 BPs
+
+
+ + +
+
+
Self-Staked
+
{{ (selfStakedAmount / 10000).toLocaleString(undefined, {minimumFractionDigits: 4, maximumFractionDigits: 4}) }} {{ symbol }}
+
+
+
+
+
10x Boost Status
+
+ + + Self-stakes but boost not activated. Re-vote or change stake to activate the 10x multiplier. + + + This producer does not vote for itself. Self-staking enables a 10x vote weight boost. + +
+
+
+
+
+
Boost Votes
+
+{{ (selfStakeBoostVotes / 10000).toLocaleString(undefined, {minimumFractionDigits: 0, maximumFractionDigits: 0}) }}
+
+
+
+
+
+ +

Votes for Block Producers

@@ -60,6 +227,24 @@ watch(() => props.account, async () => {