File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
apps/insights/src/components/PriceComponentsCard Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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%, then
516+ the deviation and the stalled score of the publisher will be
517+ 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%, then
549+ the deviation and the stalled score of the publisher will be
550+ 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"
You can’t perform that action at this time.
0 commit comments