rwadurian/backend/services/blockchain-service/src/infrastructure/blockchain
hailin 5e670e64b3 fix(blockchain): read token decimals from contract for deposit detection
Previously decimals were hardcoded to 18, causing incorrect amount parsing
for USDT which uses 6 decimals. Now reads decimals() from ERC20 contract
when processing deposits.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 11:57:34 -08:00
..
address-derivation.adapter.ts feat(blockchain-service): KAVA EVM address derivation and system accounts support 2025-12-08 21:45:34 -08:00
block-scanner.service.ts feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00
evm-provider.adapter.ts fix(blockchain): read token decimals from contract for deposit detection 2025-12-10 11:57:34 -08:00
index.ts feat(mnemonic): add recovery mnemonic generation and backup confirmation 2025-12-07 12:32:10 -08:00
mnemonic-derivation.adapter.ts refactor: move mnemonic verification from identity-service to blockchain-service 2025-12-07 00:11:06 -08:00
recovery-mnemonic.adapter.ts fix(mnemonic): fix recovery-by-mnemonic using hash verification instead of address matching 2025-12-08 09:02:24 -08:00