From b00cc9a54ec971ca2dac98fcdadcec9c84b53528 Mon Sep 17 00:00:00 2001 From: Noah Gundotra Date: Sat, 16 Nov 2024 16:56:09 -0500 Subject: [PATCH] Add warning label for ping data (#410) --- app/components/LiveTransactionStatsCard.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/components/LiveTransactionStatsCard.tsx b/app/components/LiveTransactionStatsCard.tsx index 07aa9ed4..ec46e784 100644 --- a/app/components/LiveTransactionStatsCard.tsx +++ b/app/components/LiveTransactionStatsCard.tsx @@ -40,6 +40,17 @@ export function LiveTransactionStatsCard() {

Live Transaction Stats

+
+ Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect actual + network performance. Please see{' '} + + validators.app + {' '} + for more information. +
);