Conversation
The widget package bundled Relay Protocol SDK in its fast tab, which routed bridges through api.relay.link instead of our own OIF stack. The /bridge page already uses OIF end-to-end, so onboarding now links there directly instead of embedding the widget. - Delete frontend/widget/ workspace package - Drop @celestia/widget dependency from frontend/package.json - Remove frontend/widget from pnpm-workspace.yaml - Rewrite onboarding-steps/page.tsx with Open Bridge / Skip buttons Run `pnpm install` to regenerate the lockfile and prune Relay, Solana, and Hyperlane SDK deps that the widget pulled in transitively. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When copy-pasting the Eden Front-End, an issue was introduced together with claude that replaced the OIF Aggregator backend in favor of the Relay module in the bridge UI.
This issue does not affect http://212.47.246.206:3000/bridge, nor eden-apps. It exclusively affects local testing with the stripped down solver-cli frontend, which is a claude-reduced fork of the eden-portal app.
This PR replaced the Relay module with the OIF aggregator again to ensure the correct backend is used for bridging when testing locally.