From a08221aa9c91e3af6cfa60ef7631920ddbb4fff5 Mon Sep 17 00:00:00 2001 From: Miyuru Ratnayake Date: Fri, 27 Jun 2025 04:19:12 -0500 Subject: [PATCH] Add EZChain --- builder-registrations.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builder-registrations.json b/builder-registrations.json index 399db88..b693f7b 100644 --- a/builder-registrations.json +++ b/builder-registrations.json @@ -103,5 +103,10 @@ "name": "Eureka", "rpc": "rpc.eurekabuilder.xyz", "supported-apis": ["refund-recipient"] + }, + { + "name": "EZChain", + "rpc": "rpc.ezchain.xyz", + "supported-apis": ["v0.1"] } ]