From 03a2ddf5ec2e559d0ef9b8ce9eeba8d1d4069777 Mon Sep 17 00:00:00 2001 From: Chris Maree Date: Tue, 31 Oct 2023 08:19:07 +0100 Subject: [PATCH] Update interfaces.ts --- src/api/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/interfaces.ts b/src/api/interfaces.ts index 8de7220..fbc6059 100644 --- a/src/api/interfaces.ts +++ b/src/api/interfaces.ts @@ -128,7 +128,7 @@ export interface BundleParams { privacy?: { /** Data fields from bundle transactions to be shared with searchers on MEV-Share. */ hints?: HintPreferences, - /** Builders that are allowed to receive this bundle. See [mev-share spec](https://github.com/flashbots/mev-share/blob/main/builders/registration.json) for supported builders. */ + /** Builders that are allowed to receive this bundle. See [dowg](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) for supported builders. */ builders?: Array, }, metadata?: {