chore: revert temporary base hacks#10876
Conversation
📝 WalkthroughWalkthroughThis PR removes the Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Multiple files affected across distinct action subscribers with varying contexts. Changes involve removing conditional logic, async-to-sync conversions, and dependency array updates. While changes follow a consistent removal pattern, the distributed nature and logic simplifications across different hook implementations require careful contextual review. Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (7)
💤 Files with no reviewable changes (2)
🧰 Additional context used📓 Path-based instructions (6)**/*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/error-handling.mdc)
Files:
**/*.tsx📄 CodeRabbit inference engine (.cursor/rules/error-handling.mdc)
Files:
**/*📄 CodeRabbit inference engine (.cursor/rules/naming-conventions.mdc)
Files:
**/use*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/naming-conventions.mdc)
Files:
**/*.{tsx,jsx}📄 CodeRabbit inference engine (.cursor/rules/react-best-practices.mdc)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (.cursor/rules/react-best-practices.mdc)
Files:
🧠 Learnings (5)📓 Common learnings📚 Learning: 2025-08-22T15:07:18.021ZApplied to files:
📚 Learning: 2025-08-22T14:59:04.889ZApplied to files:
📚 Learning: 2025-07-24T09:43:11.699ZApplied to files:
📚 Learning: 2025-08-21T22:14:39.915ZApplied to files:
🧬 Code graph analysis (2)src/hooks/useActionCenterSubscribers/useSendActionSubscriber.tsx (1)
src/state/slices/txHistorySlice/txHistorySlice.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
08141dd to
3951673
Compare
0xApotheosis
left a comment
There was a problem hiding this comment.
✅ Spot check base functionality (portfolio data, tx history, send/receive, websocket updates)
All looking ok, ser!
Description
Does what the title says. Remove the temporary logic added to handle base chain in a degraded state now that we have cut over to Moralis. Also increase page size for base so we can leverage Moralis to it's fullest and improve tx history load times.
Issue (if applicable)
N/A
Risk
Medium - new service providing data, but can't be any worse than not having support or out of date/degraded support right?
Testing
Engineering
☝️
Operations
☝️
Screenshots (if applicable)
Summary by CodeRabbit