Skip to content

Commit

Permalink
feat: Add native token support to TipHey modal Fund component
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 6, 2025
1 parent 47cddb8 commit 7b08b75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/web/src/components/Shared/Modal/TipHey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const TipHey: FC<TipHeyProps> = ({ onSuccess }) => {
Support the growth and development of {APP_NAME} by giving a tip.
</div>
</div>
<Fund isHeyTip onSuccess={onSuccess} recipient={HEY_TREASURY} />
<Fund
recipient={HEY_TREASURY}
onSuccess={onSuccess}
isHeyTip
useNativeToken
/>
</div>
);
};
Expand Down

0 comments on commit 7b08b75

Please sign in to comment.