You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have sent transactions with minimal priority gas ( 30 gwei ) multiple times and it wasn't delayed a single time even when the base gas is over 200 gwei or so on.
The default RPC method for priority gas eth_maxPriorityFeePerGas uses the same eth_feeHistory method as polygon gas station API ( the code was open sourced before, but removed recently ) . so with our without the API it will have the same result so where is the hesitation to remove duplicates?
The text was updated successfully, but these errors were encountered:
I have sent transactions with minimal priority gas ( 30 gwei ) multiple times and it wasn't delayed a single time even when the base gas is over 200 gwei or so on.
The default RPC method for priority gas
eth_maxPriorityFeePerGas
uses the sameeth_feeHistory
method as polygon gas station API ( the code was open sourced before, but removed recently ) . so with our without the API it will have the same result so where is the hesitation to remove duplicates?The text was updated successfully, but these errors were encountered: