From dfa69b0184c82846b818eafa2fb28a8b56e43a99 Mon Sep 17 00:00:00 2001 From: "S. K. Rotwang MMMMMMMMM" Date: Wed, 13 May 2026 20:01:43 +0000 Subject: [PATCH] Register Seneschal builder Adds rpc.seneschal.space to builder-registrations.json. Supported APIs: v0.1 (eth_sendBundle), refund-recipient (MEV-share v0.7 refund fields), and cancel-endpoint (eth_cancelBundle). The builder operator commits to the Fair Market Principles. --- builder-registrations.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builder-registrations.json b/builder-registrations.json index bff74de..d1c4a82 100644 --- a/builder-registrations.json +++ b/builder-registrations.json @@ -88,5 +88,10 @@ "name": "Eureka", "rpc": "rpc.eurekabuilder.xyz", "supported-apis": ["refund-recipient", "cancel-endpoint"] + }, + { + "name": "Seneschal", + "rpc": "https://rpc.seneschal.space", + "supported-apis": ["v0.1", "refund-recipient", "cancel-endpoint"] } ]