Skip to content

Commit

Permalink
Update interfaces.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaree authored Oct 31, 2023
1 parent 8970fe2 commit 03a2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>,
},
metadata?: {
Expand Down

0 comments on commit 03a2ddf

Please sign in to comment.