Skip to content

refactor(bridge-benches): hypercore logo alias + drop misleading All tab - #599

Merged
Flotapponnier merged 1 commit into
devfrom
refactor/bridge-dim-logo-and-no-all
Jun 20, 2026
Merged

refactor(bridge-benches): hypercore logo alias + drop misleading All tab#599
Flotapponnier merged 1 commit into
devfrom
refactor/bridge-dim-logo-and-no-all

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Two UX tweaks on the chain dimension tabs:

  1. Add a hypercore -> hyperliquid alias in src/lib/logo-manifest.ts so the 'Arb to HyperCore' tab renders the Hyperliquid logo. Same brand, no new asset shipped.

  2. Drop the 'All routes' tab default. The aggregated cross-corridor view produces a histogram_quantile that lands at neither corridor (Sol to Base at ~3000ms and Arb to HyperCore at ~30ms in the same bucket math collapses to nonsense). Per-corridor tabs are the honest default; users can still see all 5 bridges, just split per route.

Two small UX fixes on the chain dimension:
1. Add a hypercore -> hyperliquid alias in logo-manifest.ts so the
'Arb to HyperCore' tab renders with the Hyperliquid logo. HyperCore
is the trading engine of Hyperliquid, same brand. No new asset needed.
2. Drop the 'All routes' default tab. The aggregated cross-corridor
view is mathematically valid but conceptually meaningless on these
benches (Sol to Base ~3000ms and Arb to HyperCore ~30ms produce a
histogram_quantile that lands at neither corridor). Per-corridor
tabs are the honest default.
@Flotapponnier
Flotapponnier merged commit bd47a4e into devJun 20, 2026
@Flotapponnier
Flotapponnier deleted the refactor/bridge-dim-logo-and-no-all branch June 20, 2026 21:08
Flotapponnier added a commit that referenced this pull request Jun 20, 2026
…tab (#599) (#600)
Two small UX fixes on the chain dimension:
1. Add a hypercore -> hyperliquid alias in logo-manifest.ts so the
'Arb to HyperCore' tab renders with the Hyperliquid logo. HyperCore
is the trading engine of Hyperliquid, same brand. No new asset needed.
2. Drop the 'All routes' default tab. The aggregated cross-corridor
view is mathematically valid but conceptually meaningless on these
benches (Sol to Base ~3000ms and Arb to HyperCore ~30ms produce a
histogram_quantile that lands at neither corridor). Per-corridor
tabs are the honest default.
Sign up for freeto 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.

1 participant

@Flotapponnier