From ae9f3318cd78af2833e0e3d571320a5ca35cf227 Mon Sep 17 00:00:00 2001
From: kingsleydon <10992364+kingsleydon@users.noreply.github.com>
Date: Thu, 7 Dec 2023 16:06:08 +0800
Subject: [PATCH] Fix subsidy claim page content
---
.../pages/claim-missing-delegator-rewards.tsx | 49 ++++++++++++-------
1 file changed, 30 insertions(+), 19 deletions(-)
diff --git a/apps/app/pages/claim-missing-delegator-rewards.tsx b/apps/app/pages/claim-missing-delegator-rewards.tsx
index 7388ca42..09bbc920 100644
--- a/apps/app/pages/claim-missing-delegator-rewards.tsx
+++ b/apps/app/pages/claim-missing-delegator-rewards.tsx
@@ -244,38 +244,49 @@ const ClaimMissingDelegatorRewards: NextPage = () => {
variant="outlined"
sx={{p: 3, background: 'transparent', 'p + p': {mt: '1em'}}}
>
- Hey Phamily,
- As highlighted in a recent forum post, a StakePool v2 delegation{' '}
+ Hi Phamliy! This page is used to claim subsidies for on-chain issues
+ related to staking. You can find information about past subsidy
+ distribution events through the links below:
+
+
+ A.{' '}
- bug
- {' '}
- was discovered on 30/12/22.
+ V2 delegation bug on 30/12/2022
+
- We have added a page in Phala App for users to claim their missing
- delegation rewards. All affected addresses are listed{' '}
+ B.{' '}
- here
+ Vault commission issue on 07/06/2023
- .
- Please contact us if you have any questions. We deeply value our
- community so we want to be as helpful as possible. We apologize for
- any inconvenience caused by this bug. Thank you for your patience,
- understanding and support Pham!
+ {
+ 'Funds can only be claimed once, and subsidies that have been claimed will be marked as "claimed".'
+ }
- Best,
-
- Phala team
+ Multisignature addresses cannot claim funds through this page. After
+ checking the amount of rewards you should receive and the source PID
+ from the reports above, please go to{' '}
+
+ polkadot.js app
+ {' '}
+ to claim your rewards. Here is the{' '}
+
+ tutorial
+ {' '}
+ for Multisig.
@@ -359,7 +370,7 @@ const ClaimMissingDelegatorRewards: NextPage = () => {
>
- {row.kind === 'legacy' ? '2023-01-13' : '2023-11-28'}
+ {row.kind === 'legacy' ? '13/01/2023' : '28/11/2023'}