Conversation
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The new
goodBridgeEnabledfeature flag is configured inuseFeaturesEnabledbut not actually used for the sidebar entry or route visibility, so consider wiring it through (similar tomicroBridgeEnabled) to control when/goodbridgeis shown. - There is an
index.tsx~file added undersrc/pages/gd/GoodBridge/that looks like an editor backup and should probably be removed from the PR. - The
Good Bridgesidebar item currently reuses thebridgeEnabledcondition (!isMinipay || bridgeEnabled), which may be tied to the micro-bridge; consider using a distinct check aligned withgoodBridgeEnabledto avoid coupling the two features.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new `goodBridgeEnabled` feature flag is configured in `useFeaturesEnabled` but not actually used for the sidebar entry or route visibility, so consider wiring it through (similar to `microBridgeEnabled`) to control when `/goodbridge` is shown.
- There is an `index.tsx~` file added under `src/pages/gd/GoodBridge/` that looks like an editor backup and should probably be removed from the PR.
- The `Good Bridge` sidebar item currently reuses the `bridgeEnabled` condition (`!isMinipay || bridgeEnabled`), which may be tied to the micro-bridge; consider using a distinct check aligned with `goodBridgeEnabled` to avoid coupling the two features.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
hi @L03TJ3 here's the new PR also here's my wallet address |
|
@Gutopro Send you some CELO. That should give you enough to bridge from Celo > Fuse or XDC |
|
Hi @L03TJ3 any updates on this? |
|
@L03TJ3 it's been awhile and I haven't gotten any feedback from you |
|
Up for review today, weekend in the middle |
If you have not been able to claim dev G$'s, what would you expect your balance to show/be? |
|
I tried claiming the G$ but the verification keeps failing just like in the screenshot I shared earlier |
|
@Gutopro I just tried and it worked, I don't get the 'information missing' screen. |
|
here's a link to the video on loom. initially the facial verification wouldnt work but on this try it did, then it failed at the location verification as seen in the video, i'm not using any vpn so i wonder why it wouldnt work. |
|
@Gutopro Okay, confirmed the bug on my side too. I have disabled this flow now. if you clear your cache/hard refresh the claim page you should be able to claim |
|
thank you. i was able to get the G$. i made a test video demonstrating my progress with the page so far and this is what i have |


Description
This PR integrates the MessagePassingBridge
About #628
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist:
Summary by Sourcery
Add a new Good Bridge page integrating the MessagePassingBridge flow and expose it in navigation with feature flag control across supported networks.
New Features:
Enhancements: