Skip to content

Commit

Permalink
Add warning label for ping data (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra authored Nov 16, 2024
1 parent b9af433 commit b00cc9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/components/LiveTransactionStatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ export function LiveTransactionStatsCard() {
<h4 className="card-header-title">Live Transaction Stats</h4>
</div>
<TpsCardBody series={series} setSeries={setSeries} />
<div className="alert alert-warning m-2" role="alert">
Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect actual
network performance. Please see{' '}
<a
href="https://www.validators.app/ping-thing?locale=en&network=mainnet"
className="text-white text-decoration-underline"
>
validators.app
</a>{' '}
for more information.
</div>
<PingStatsCardBody series={series} setSeries={setSeries} />
</div>
);
Expand Down

0 comments on commit b00cc9a

Please sign in to comment.