fix: update img urls for sol tokens#1414
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughTop-level Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsTimed out fetching pipeline failures after 30000ms 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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/public/NearSolana.json`:
- Around line 18-25: There are two token entries with chainId 1000000001 and
symbol "SOL" (addresses "So11111111111111111111111111111111111111112" wrapped
SOL and "11111111111111111111111111111111" native SOL) causing symbol
collisions; update the wrapped SOL entry by changing its symbol from "SOL" to
"WSOL" (and optionally update its name to "Wrapped SOL") so consumers keyed by
(chainId, symbol) can disambiguate between the native and wrapped token.
- Around line 72-73: Replace fragile external logoURI values with stable
canonical sources: update the three problematic "logoURI" entries in
NearSolana.json to use project-controlled CDN or immutable storage (e.g., GitHub
raw URLs following the existing USDC pattern or Arweave/IPFS immutable CID
gateway URLs like the Arweave example already present). Locate the entries by
searching for the "logoURI" keys that reference coinall.ltd, imgur.com, and the
Pinata gateway and swap them for equivalent immutable URLs
(raw.githubusercontent.com or arweave/ipfs CID-based gateway URLs) so the assets
are hosted under a stable, project-controlled or content-addressed location.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 1e49dcd0-c1eb-4322-8089-22bcdd2353fe
📒 Files selected for processing (1)
src/public/NearSolana.json
Summary by CodeRabbit