Skip to content

Commit

Permalink
Merge pull request #49 from chrismaree/patch-3
Browse files Browse the repository at this point in the history
Address link issue within interfaces
  • Loading branch information
zeroXbrock authored Jan 11, 2024
2 parents c7f866a + 03a2ddf commit 4acdb55
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 4acdb55

Please sign in to comment.