feat: regenerate asset data 08/26/2025#10368
Conversation
📝 WalkthroughWalkthroughRegen of asset data: color-map.json updated with many address→color mappings (adds/removals across chains), encodedRelatedAssetIndex.json fully rewritten adjacency arrays, and a new clearAssets migration entry appended at index 170 in src/state/migrations/index.ts. Changes
Sequence Diagram(s)sequenceDiagram
participant App as App init
participant Store as Persisted Store
participant Mgr as Migration Manager
participant Clear as clearAssets
App->>Store: Load persisted state (version n)
App->>Mgr: Read migration manifest (includes version 170)
alt n < 170
Mgr->>Clear: Run clearAssets migrations up to 170
Clear-->>Mgr: Return cleared state
Mgr-->>Store: Persist migrated state (version 170)
else n == 170
Mgr-->>App: No migrations needed
end
App-->>App: Continue startup
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (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)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Generated from CI.
Summary by CodeRabbit
Bug Fixes
Chores