evm-decimal-validation
Installation
SKILL.md
EVM Token Decimal Validation
Ensure token decimals are correctly configured for each blockchain deployment to prevent amount calculation errors.
Quick Start
- Check current configuration - Review network configs for decimal fields
- Validate against contracts - Query on-chain decimals() for each deployment
- Update configuration - Add per-chain decimals to network config
- Test conversions - Verify FromWei/ToWei work correctly