feat: add max gas price config #32

Closed
opened 2025-07-08 08:39:00 -04:00 by AtHeartEngineer · 0 comments

Originally created by @bezze on 3/28/2025

Added a new per chain parameter max_gas_price which must be a numberish value (number, string or hex string) coercible into BigInt. The gas check is done after the payload is correctly parsed but before we do any other payload data related checks.

*Originally created by @bezze on 3/28/2025* Added a new per chain parameter `max_gas_price` which must be a numberish value (number, string or hex string) coercible into BigInt. The gas check is done after the payload is correctly parsed but before we do any other payload data related checks.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/privacy-pools-core#32