rwadurian/backend/services/blockchain-service/src
hailin 2e6f22e9d8 fix(blockchain): read token decimals from contract instead of hardcoding
The balance display was incorrect because decimals were hardcoded to 18,
but USDT uses 6 decimals. Now reads decimals() from the ERC20 contract.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 06:10:36 -08:00
..
api fix(blockchain): read token decimals from contract instead of hardcoding 2025-12-09 06:10:36 -08:00
application fix(blockchain): read token decimals from contract instead of hardcoding 2025-12-09 06:10:36 -08:00
config feat(blockchain-service): KAVA EVM address derivation and system accounts support 2025-12-08 21:45:34 -08:00
domain feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
infrastructure fix(blockchain): read token decimals from contract instead of hardcoding 2025-12-09 06:10:36 -08:00
shared feat(deposit): add deposit balance API and Kafka consumer for deposit events 2025-12-09 02:29:31 -08:00
app.module.ts feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00
main.ts fix(blockchain-service): add global API prefix and increase healthcheck start_period 2025-12-07 01:20:35 -08:00