Skip to content

Commit 3584ad3

Browse files
Examples fix link (#433)
* remove mention of pgas * Revert "Merge branch 'main' of https://github.com/pyth-network/documentation" This reverts commit b2cc20f, reversing changes made to 20caa0e. * (fix) fix link in examples * (fix) typo in S_p
1 parent 87ea306 commit 3584ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/home/oracle-integrity-staking/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $$
1414
\begin{aligned}
1515
{S^p_p} &= 100 \\
1616
{S^d_p} &= 0 \\
17-
{S^p} &= {S^p_p} + {S^d_p} = 100 + 0 = 100 \\
17+
{S_p} &= {S^p_p} + {S^d_p} = 100 + 0 = 100 \\
1818
{C}_p &= 500 \\
1919
\text{Total Amount eligible for Rewards} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 100) = 100 \\
2020
\text{Annual Rate of Rewards} \quad{r} &= 10\% \\

0 commit comments

Comments
 (0)