Skip to content

Commit e23266c

Browse files
committed
feat(insights): add message about 50% uptime for other scores
1 parent 0f27385 commit e23266c

File tree

1 file changed

+12
-0
lines changed
  • apps/insights/src/components/PriceComponentsCard

1 file changed

+12
-0
lines changed

apps/insights/src/components/PriceComponentsCard/index.tsx

+12
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,12 @@ const otherColumns = ({
510510
Deviation measures how close a publisher{"'"}s quote is to
511511
what Pyth believes to be the true market quote.
512512
</p>
513+
<p>
514+
Note that publishers must have an uptime of at least 50% to
515+
be ranked. If a publisher{"'"}s uptime is less than 50%,
516+
then the deviation and the stalled score of the publisher
517+
will be 0 to reflect their ineligibility.
518+
</p>
513519
{metricsTime && <EvaluationTime scoreTime={metricsTime} />}
514520
<Button
515521
href="https://docs.pyth.network/home/oracle-integrity-staking/publisher-quality-ranking#price-deviation-1"
@@ -537,6 +543,12 @@ const otherColumns = ({
537543
value repeatedly for the quote. This score component is
538544
reduced each time a feed is stalled.
539545
</p>
546+
<p>
547+
Note that publishers must have an uptime of at least 50% to
548+
be ranked. If a publisher{"'"}s uptime is less than 50%,
549+
then the deviation and the stalled score of the publisher
550+
will be 0 to reflect their ineligibility.
551+
</p>
540552
{metricsTime && <EvaluationTime scoreTime={metricsTime} />}
541553
<Button
542554
href="https://docs.pyth.network/home/oracle-integrity-staking/publisher-quality-ranking#lack-of-stalled-prices-1"

0 commit comments

Comments
 (0)