rwadurian/backend/services/blockchain-service/src/infrastructure/persistence
hailin 8532bf6945 fix(blockchain): use amountFormatted to rebuild TokenAmount from DB
Previously used amount (raw) with hardcoded 18 decimals, which caused
incorrect formatting for USDT (6 decimals). Now uses amountFormatted
which is already correctly formatted during deposit detection.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 12:22:32 -08:00
..
mappers fix(blockchain): use amountFormatted to rebuild TokenAmount from DB 2025-12-10 12:22:32 -08:00
prisma feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00
repositories fix(blockchain): fix TypeScript compilation errors 2025-12-09 22:11:28 -08:00