From 466a5f8f0cb8ccb005a5b401aa6d8094f8bd5eef Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Tue, 20 May 2025 11:09:08 +0200 Subject: [PATCH] Add redirect from mev-share to mev-refunds --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index f5c468690..c5664fdbf 100644 --- a/vercel.json +++ b/vercel.json @@ -46,6 +46,11 @@ "source": "/flashbots-auction/searchers/:path*", "destination": "/flashbots-auction/:path", "permanent": true + }, + { + "source": "/flashbots-protect/mev-share", + "destination": "/flashbots-protect/mev-refunds", + "permanent": true } ] }