Overview
Create React hooks for monitoring transaction status and triggering immediate pool indexing.
Tasks
Transaction Monitoring Hook
Pool Indexing Hook
Acceptance Criteria
- Transaction monitoring tracks status correctly
- Indexing hook successfully triggers immediate indexing
- Graceful fallback to scheduled indexing on failure
- Proper error handling without blocking user flow
Related Documentation
- See docs/POOL_CREATION_ARCHITECTURE.md Phase 4
- See docs/POOL_CREATION_TASKS.md Tasks 11-12
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35
Overview
Create React hooks for monitoring transaction status and triggering immediate pool indexing.
Tasks
Transaction Monitoring Hook
hooks/pools/useTransactionMonitoring.tswaitForTransaction()using Wagmi/ViemPool Indexing Hook
hooks/pools/usePoolIndexing.tstriggerIndexing()to call backendindexPoolAcceptance Criteria
Related Documentation
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35