enhancement: include minFee field to relayer_getFeeData's response
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
An optional minFee may be returned to specify the minimum fee a relayer requires for a transaction. If the simulated gas cost multiplied by the rate and gasPrice is lower than minFee, then minFee will be used instead.
Using the rate and gasPrice returned by the relayer, the required token payment SHOULD be calculated as below:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.