Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
161 changes: 0 additions & 161 deletions benchmarks/mev-protect-rpc.yml

This file was deleted.

8 changes: 4 additions & 4 deletions src/app/products/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ export async function generateMetadata({
// crawlers that peek at the response before the 308 fires still see the
// right canonical target.
// Merkle rebranded to Blink Labs and went keyed-only; the provider was
// fully delisted 2026-07-10 from the keyless RPC benches. 308 to the
// Blink Labs product page (bench 074 lists them under the new name) so
// the old URL's link equity lands on the successor.
// fully delisted 2026-07-10 so this page has no data left. 308 to the
// capabilities bench (whose exclusion note explains both names); will
// point at /products/blinklabs when bench 074 ships to production.
if (slug === "merkle") {
permanentRedirect("/products/blinklabs");
permanentRedirect("/benchmarks/rpc-capabilities");
}
if (await isHlBuilderWithHistory(slug)) {
const canonicalUrl = `${SITE.url}/hyperliquid/${slug}`;
Expand Down
Loading