Skip to content

Commit

Permalink
Shift builder vs execution default selection strategy to max profit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored Mar 1, 2023
1 parent f03f911 commit 34e72ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/services/validatorStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type ValidatorData = ProposerConfig & {
export const defaultOptions = {
suggestedFeeRecipient: "0x0000000000000000000000000000000000000000",
defaultGasLimit: 30_000_000,
builderSelection: BuilderSelection.BuilderAlways,
builderSelection: BuilderSelection.MaxProfit,
};

/**
Expand Down

0 comments on commit 34e72ae

Please sign in to comment.