blockscout-rs icon indicating copy to clipboard operation
blockscout-rs copied to clipboard

Stats: fix gas_price chart

Open sevenzing opened this issue 11 months ago • 0 comments

update gas_price to COALESCE(transaction.gas_price, block.base_fee_per_gas + LEAST(transaction.max_priority_fee_per_gas, transaction.max_fee_per_gas - block.base_fee_per_gas)) in gas_price chart:

https://blockscout.slack.com/archives/C021BTLEVSP/p1709560666745259?thread_ts=1709560066.099449&cid=C021BTLEVSP

sevenzing avatar Mar 04 '24 14:03 sevenzing