Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3632b39

Browse files
authoredMay 20, 2025··
Add redirect from mev-share to mev-refunds (#616)
1 parent e49049b commit 3632b39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"source": "/flashbots-auction/searchers/:path*",
4747
"destination": "/flashbots-auction/:path",
4848
"permanent": true
49+
},
50+
{
51+
"source": "/flashbots-protect/mev-share",
52+
"destination": "/flashbots-protect/mev-refunds",
53+
"permanent": true
4954
}
5055
]
5156
}

0 commit comments

Comments
 (0)
Please sign in to comment.