Skip to content

Commit 4d67c3c

Browse files
committed
feat: track props
1 parent c01e254 commit 4d67c3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utils/events.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ export const GENERAL = {
2828
MAX_INPUT_SELECTION: 'Select Max input',
2929
};
3030

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+
3138
export const DASHBOARD = {
3239
CHANGE_MARKET: 'Change market on dashboard', //done
3340
VIEW_MARKETS: 'View markets on dashboard', // can be viewed in PAGEVIEW

0 commit comments

Comments
 (0)