Skip to content

Commit

Permalink
Fix parse proposer config test
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 7, 2024
1 parent bcdc830 commit 0a4da17
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ proposer_config:
fee_recipient: '0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'
builder:
gas_limit: "35000000"
selection: "maxprofit"
boost_factor: "50"
selection: "builderalways"
boost_factor: "18446744073709551616"
default_config:
graffiti: 'default graffiti'
strict_fee_recipient_check: "true"
fee_recipient: '0xcccccccccccccccccccccccccccccccccccccccc'
builder:
gas_limit: "30000000"
selection: "builderalways"
boost_factor: "18446744073709551616"
selection: "maxprofit"
boost_factor: "50"

0 comments on commit 0a4da17

Please sign in to comment.