Skip to content

Commit

Permalink
change fee claim type
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jan 21, 2025
1 parent a9249ae commit 4f06ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type EventTypes = {
fees_claimed: {
chain_id: number;
pool_address: string;
amount: number;
amount: string;
};
transaction_failed: {
error_code: string;
Expand Down

0 comments on commit 4f06ff8

Please sign in to comment.