Skip to content

Commit

Permalink
SHM-4155-Add tooltip to explain Selected status on node operator dash…
Browse files Browse the repository at this point in the history
…board
  • Loading branch information
jpratham01 authored and chrypnotoad committed Mar 7, 2024
1 parent 02dd60b commit 41a4bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/StatusBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default function StatusBadge({ status }: { status: string }) {
"Your node is running, but it will not join the network until you stake.",
"waiting-for-network":
"Node is trying to connect to the Shardeum network. If your node is stuck in this for more than 5 minutes then please contact us so we can debug and solve this.",
selected:
"Your node has been selected from standby list and will be validating soon",
ready: "Your node is getting ready to join active validator list",
})
);

Expand Down

0 comments on commit 41a4bd2

Please sign in to comment.