Skip to content

fix: update dead Superbridge and Brid.gg bridge links#1622

Merged
stevieraykatz merged 1 commit into
masterfrom
fix/superbridge-bridgg-links
Jun 16, 2026
Merged

fix: update dead Superbridge and Brid.gg bridge links#1622
stevieraykatz merged 1 commit into
masterfrom
fix/superbridge-bridgg-links

Conversation

@stevieraykatz

Copy link
Copy Markdown
Member

Summary

The Superbridge and Brid.gg links on the Bridges page are dead (404).

Both providers retired their /base and /base-sepolia path routes in favor of a unified app that selects source/destination networks via fromChainId/toChainId query parameters. This updates the Ethereum ↔ Base links to the new format.

Old (404) New (200)
superbridge.app/base superbridge.app/?fromChainId=1&toChainId=8453
superbridge.app/base-sepolia superbridge.app/?fromChainId=11155111&toChainId=84532
brid.gg/base www.brid.gg/?fromChainId=1&toChainId=8453
testnet.brid.gg/base-sepolia testnet.brid.gg/?fromChainId=11155111&toChainId=84532

Chain IDs: Ethereum mainnet 1 → Base 8453; Ethereum Sepolia 11155111 → Base Sepolia 84532.

Testing

  • Verified all old links return HTTP 404 and all new links return HTTP 200.
  • The Garden (Bitcoin) links still resolve and were left unchanged.

Generated with Claude Code

Both Superbridge and Brid.gg retired their /base and /base-sepolia
path routes (now 404) in favor of a unified app that selects networks
via fromChainId/toChainId query params. Update the Ethereum ↔ Base
links to the new query-param format.

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
@cb-heimdall

cb-heimdall commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@mintlify

mintlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
coinbase 🟡 Building Jun 16, 2026, 6:05 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
base 🟢 Ready View Preview Jun 16, 2026, 6:13 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@stevieraykatz stevieraykatz merged commit 342a6b6 into master Jun 16, 2026
8 checks passed
@stevieraykatz stevieraykatz deleted the fix/superbridge-bridgg-links branch June 16, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants