Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying explorer-dev with
|
| Latest commit: |
a96f4ec
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://265ee0bb.explorer-dev-dxz.pages.dev |
| Branch Preview URL: | https://fix-7652.explorer-dev-dxz.pages.dev |
Deploying swap-dev with
|
| Latest commit: |
a96f4ec
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ea69b7e0.swap-dev-5u6.pages.dev |
| Branch Preview URL: | https://fix-7652.swap-dev-5u6.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe Safe wallet connector configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
fairlighteth
left a comment
There was a problem hiding this comment.
✅ AI Review (Codex GPT-5, worked 4m): no new findings
Review completed. I found no new non-duplicate comments worth posting.
Review scope and related context
- Checked the current PR head
a96f4ecagainstdevelop. - Reviewed the Safe connector addition in
apps/widget-configurator/src/wagmiConfig.tsand the connector import update inlibs/wallet/src/wagmi/getConnectors.ts. - No existing review threads or human review comments were present to recheck.
- CI context: Typecheck and Agent Harness passed; Lint, Test, and Cypress were still pending when reviewed.
Generated using the pr-review skill from the CoW Protocol skills repo.
✅ Scoped browser QA passed: Safe dapp-mode connection verifiedOutcome
Run details
Artifacts
How to retest
Not checked in this pass
Note: preview iframe routingImpact:
Observed behavior:
Interpretation:
Generated using the |
elena-zh
left a comment
There was a problem hiding this comment.
Thank you, works way better

Summary
Fixes #7652 (only the 1st case)
I figured out that it throws
RpcError: undefined: "eth_requestAccounts"not implemented.The error comes from
SafeAppProvideron the Widget configurator side.I just set the connector explicitly from
@wagmi/connectorsand now it works well.To Test
See the 1st case of #7652
Summary by CodeRabbit