1. 26 Mar, 2025 2 commits
  2. 25 Mar, 2025 8 commits
  3. 24 Mar, 2025 6 commits
  4. 21 Mar, 2025 7 commits
  5. 20 Mar, 2025 1 commit
  6. 19 Mar, 2025 2 commits
  7. 18 Mar, 2025 1 commit
  8. 17 Mar, 2025 2 commits
    • GimluCom's avatar
      Update TxsStats.tsx (#2633) · f5c45df0
      GimluCom authored
      Fix evaluation of txFeeSum24h
      f5c45df0
    • girafferz's avatar
      fix: correctly handle token.decimals when value is 0 (#2636) · 707544e2
      girafferz authored
      * fix: correctly handle token.decimals when value is 0
      
      Previously, using "Number(data.token.decimals) || 18" caused a valid token.decimals value of 0 to fall back to 18. This commit updates the logic to correctly use 0 when defined, ensuring accurate calculations for tokens with 0 decimals.
      
      * fix: use nullish coalescing for token decimals
      707544e2
  9. 14 Mar, 2025 5 commits
  10. 13 Mar, 2025 6 commits