Skip to content

Commit

Permalink
fixed showing claimable amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-six committed Oct 30, 2024
1 parent 758ad71 commit c8541f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/messages/gastap_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% for faucet in faucets %}
🔵 *{{ faucet.chain.chain_name }}*
Max Claim Amount: {{ faucet.max_claim_amount }}
Max Claim Amount: {{ faucet.max_claim_amount / (10 ** faucet.chain.decimals) }} {{ faucet.chain.symbol }}
Available for: {% if faucet.is_one_time_claim %}One Time{% else %}Weekly{% endif %}
{% if faucet.has_enough_funds %}
Expand Down

0 comments on commit c8541f6

Please sign in to comment.