diff --git a/vercel.json b/vercel.json index f5c46869..c5664fdb 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 } ] }