Skip to content

Commit

Permalink
update hourly reward
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Feb 1, 2024
1 parent 87c2505 commit 77ef5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/depositModal/login.tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const LoginTooltip = ({ onClose }: { onClose: any }) => {
'BTC',
false,
)} early contributors backing us with $${formatCurrency(
saleSummary.total_usdt_value || '0',
saleSummary.total_usdt_value_not_boost || '0',
0,
0,
'BTC',
Expand Down
2 changes: 1 addition & 1 deletion src/modules/PublicSale/rewardButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const RaffleButton = ({ className }: any) => {
'BTC',
false,
)} early contributors who've committed ${formatCurrency(
saleSummary.total_usdt_value || '0',
saleSummary.total_usdt_value_not_boost || '0',
0,
0,
'BTC',
Expand Down

0 comments on commit 77ef5bc

Please sign in to comment.