|
uint256 internal constant MIN_GAS_SPENT_PGA = 100_000; |
currently in MEV Boost, consideration for fast priority queue requires less than 200_000 for gas spent
Depending on if this is acceptable or not, you may want to document or consider reworking how this constant is used internally in the auction.
Cheers
auction/contracts/auction-handler/FastLaneAuctionHandler.sol
Line 90 in 1c3b52a
currently in MEV Boost, consideration for fast priority queue requires less than
200_000for gas spentDepending on if this is acceptable or not, you may want to document or consider reworking how this constant is used internally in the auction.
Cheers