flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
optimism tps
cypher
optimism tps
Updated 2022-08-18
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'hour'
,
block_timestamp
)
as
hour
,
count
(
distinct
(
block_number
)
)
/
3600
as
avg_tps
from
optimism
.
core
.
fact_event_logs
group
by
hour
Results
Run a query to Download Data