Skip to content

fix(statics): set xtzevm decimals to 18#8748

Merged
manojkumar138 merged 1 commit into
masterfrom
CECHO-973-fix-xtzevm-decimals
May 12, 2026
Merged

fix(statics): set xtzevm decimals to 18#8748
manojkumar138 merged 1 commit into
masterfrom
CECHO-973-fix-xtzevm-decimals

Conversation

@manojkumar138
Copy link
Copy Markdown
Contributor

Summary

  • Fix decimal places for Etherlink (XTZ EVM) from 6 to 18 across mainnet, testnet, and OFC coins
  • Etherlink uses standard EVM 18 decimals; the incorrect value of 6 caused balances to display inflated by 10^12 (e.g. 100 XTZ showing as 100B TXTZEVM)

Ticket

CECHO-973

Test plan

  • Verify testnet wallet balance displays correctly after deployment
  • Verify deposit/withdrawal amounts render with correct decimals

🤖 Generated with Claude Code

Etherlink uses 18 decimal places (standard EVM), not 6. The incorrect
value caused balances to display inflated by 10^12.

CECHO-973

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@manojkumar138 manojkumar138 requested a review from a team as a code owner May 12, 2026 14:41
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 12, 2026

CECHO-973

@manojkumar138 manojkumar138 merged commit cf05b25 into master May 12, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants