mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-08 09:03:52 -05:00
feat: add max gas price config #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bezze on 3/28/2025
Added a new per chain parameter
max_gas_pricewhich 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.