flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
gas price, l1gasprice
Madi
gas price, l1gasprice
Updated 2022-12-18
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
date
,
avg
(
GAS_PRICE
)
as
L2_GAS_PRICE
,
avg
(
L1_GAS_PRICE
)
as
L1_GAS_PRICE
from
optimism
.
core
.
fact_transactions
where
date
>=
'2022-10-15'
and
date
!=
CURRENT_DATE
group
by
1
Results
Run a query to Download Data