[Feature] Implement Filler or parameter in GasFiller that would allow limiting the maximum amount of gwei that will be spent on transaction
オープン
enhancement
- 主要言語
- Rust
- スター
- 1.3k
- フォーク
- 668
- 平均マージ
- 2日 2時間
- マージ済み PR(30日)
- 29
説明
### Component
provider
### Describe the feature you would like
This should probably be done via the max_fee_per_gas limit, although sometimes you might want to limit by the effective gas fee since it is closer to the actual on-chain costs.
https://docs.rs/alloy/latest/alloy/eips/eip1559/struct.Eip1559Estimation.html
`effective gas fee = min(maxFeePerGas, baseFee + maxPriorityFeePerGas)`, reference https://cyfrin.io/glossary/eip-1559
### Additional context
_No response_
コントリビューションガイド
評価
この issue はまだ評価されていません。