From a08221aa9c91e3af6cfa60ef7631920ddbb4fff5 Mon Sep 17 00:00:00 2001 From: Miyuru Ratnayake Date: Fri, 27 Jun 2025 04:19:12 -0500 Subject: [PATCH 1/2] 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"] } ] From 619dd942173c2d9476e10d4910edef896ff4e20e Mon Sep 17 00:00:00 2001 From: Miyuru Ratnayake Date: Sat, 11 Jul 2026 15:45:17 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- builder-registrations.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/builder-registrations.json b/builder-registrations.json index 1680aef..e9c1da6 100644 --- a/builder-registrations.json +++ b/builder-registrations.json @@ -87,14 +87,13 @@ { "name": "Eureka", "rpc": "rpc.eurekabuilder.xyz", - "supported-apis": ["refund-recipient"] + "supported-apis": ["refund-recipient", "cancel-endpoint"] }, { "name": "EZChain", "rpc": "rpc.ezchain.xyz", "supported-apis": ["v0.1"] - "supported-apis": ["refund-recipient", "cancel-endpoint"] - }, + } { "name": "Bombora", "rpc": "rpc.bombora.build",