Conversation
|
💼 Build Files |
WalkthroughVersion bump in packages/extension/package.json. In Blockscout assets handler, base URL construction for native token and token balances replaces a potential "api?" segment via NetworkEndpoints[chain].replace('api?', '') before appending paths. No changes to control flow, signatures, or error handling. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
packages/extension/package.json(1 hunks)packages/extension/src/providers/ethereum/libs/assets-handlers/blockscout.ts(1 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
packages/extension/src/providers/ethereum/libs/assets-handlers/blockscout.ts (1)
packages/extension/src/providers/ethereum/libs/activity-handlers/providers/etherscan/configs.ts (1)
NetworkEndpoints(75-75)
⏰ 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). (2)
- GitHub Check: buildAll
- GitHub Check: test
🔇 Additional comments (1)
packages/extension/package.json (1)
3-3: LGTM! Standard version bump for release.The version increment from 2.13.0 to 2.13.1 aligns with the PR title and follows semantic versioning for a patch release.
Summary by CodeRabbit
Bug Fixes
Chores