Skip to content

Commit

Permalink
Update job_schemas.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jessupjn authored Mar 7, 2024
1 parent 25fba3e commit f62f9c6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions protos/job_schemas.proto
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,13 @@ _**Example**_: The Chainlink SOL/USD oracle price.
/// Mainnet address for a Chainlink feed. A full list can be found here: https://docs.chain.link/docs/solana/data-feeds-solana
string chainlink_address = 3;
}
/// Value (as a percentage) that the lower bound confidence interval is of the actual value.
/// Confidence intervals that are larger that this treshold are rejected.
///
/// The confidence interval should be provided as a raw percentage value. For example, to
/// represent 10%, enter the value as 10, not 0.1.
/*
Value (as a percentage) that the lower bound confidence interval is of the actual value.
Confidence intervals that are larger that this treshold are rejected.
The confidence interval should be provided as a raw percentage value. For example, to
represent 10%, enter the value as 10, not 0.1.
*/
optional double pyth_allowed_confidence_interval = 4;
}

Expand Down

0 comments on commit f62f9c6

Please sign in to comment.