You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/staking/src/components/GeneralFaq/index.tsx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ export const GeneralFaq = (
105
105
{
106
106
question: "Does participating in OIS affect my participation in PG?",
107
107
answer:
108
-
"No. The two programs are separate. Staking in OIS does not affect your participation in PG. For example, staking in OIs does not increase your voting power in PG. Staking to a publisher’s stake pool does not give that publisher additional voting power in PG.",
108
+
"No. The two programs are separate. Staking in OIS does not affect your participation in PG. For example, staking in OIS does not increase your voting power in PG. Staking to a publisher’s stake pool does not give that publisher additional voting power in PG.",
109
109
},
110
110
{
111
111
question: "Does slashing reduce voting weights?",
@@ -171,8 +171,10 @@ export const GeneralFaq = (
171
171
<p>
172
172
The Cooldown Period has two phases: from the time you click{" "}
173
173
<strong>Unstake</strong> until the end of the current epoch,
174
-
followed by a full epoch. Tokens in the first phase are subject
175
-
to rewards and slashing. Tokens in the second phase are not.
174
+
followed by a full epoch. Tokens in the first phase are eligible
175
+
for rewards. Tokens in both phases are subject to slashing if an
176
+
issue is identified in an epoch in which they were eligible for
"Adding tokens to the Pyth Staking Dashboard transfers them to your SPL wallet’s staking account. Your tokens will remain under your control on-chain through the Pyth Staking Dashboard.",
0 commit comments