Skip to content

Commit

Permalink
Update event properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 9, 2024
1 parent 3b2a18d commit 8079900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/config/analytics-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export type EventProperties = {
isRecommendedVariant: boolean;
walletName: string;
transferDirection: "deposit" | "withdraw";
coinDenom: string;
};

export type UserProperties = {
Expand Down

0 comments on commit 8079900

Please sign in to comment.