We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01e254 commit 4d67c3cCopy full SHA for 4d67c3c
src/utils/events.ts
@@ -28,6 +28,13 @@ export const GENERAL = {
28
MAX_INPUT_SELECTION: 'Select Max input',
29
};
30
31
+export const REWARDS = {
32
+ CLAIM_ALL_REWARDS: 'Claim All Rewards',
33
+ CLAIM_PROTOCOL_REWARDS: 'Claim Protocol Rewards',
34
+ CLAIM_MERIT_REWARDS: 'Claim Merit Rewards',
35
+ CLAIM_INDIVIDUAL_REWARD: 'Claim Individual Reward',
36
+} as const;
37
+
38
export const DASHBOARD = {
39
CHANGE_MARKET: 'Change market on dashboard', //done
40
VIEW_MARKETS: 'View markets on dashboard', // can be viewed in PAGEVIEW
0 commit comments