diff --git a/components/StatusBadge.tsx b/components/StatusBadge.tsx index 5b2cac2..f781ee6 100644 --- a/components/StatusBadge.tsx +++ b/components/StatusBadge.tsx @@ -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", }) );