NakedCollectorBlockchain Users L1 vs. L2 (All-Time)
Updated 2024-08-31
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
-- Forked from Blockchain Users @ https://flipsidecrypto.xyz/studio/queries/95993eed-f2a5-459e-b72f-868ce7be94d9
WITH weekly_metrics AS (
SELECT
date_trunc('week', BLOCK_TIMESTAMP_HOUR) as Week,
CASE
WHEN BLOCKCHAIN IN (
'bsc',
'cosmos',
'terra',
'osmosis',
'axelar',
'solana',
'ethereum',
'bitcoin',
'near',
'avalanche',
'sei',
'aptos',
'fantom',
'mina',
'ton',
'atom'
) THEN 'L1'
WHEN BLOCKCHAIN IN (
'polygon',
'blast',
'mode',
'base',
'optimism',
'arbitrum',
'gnosis',
'aurora',
'flow',
'zksync era',
'mantle',
'starknet',
Auto-refreshes every 12 hours
QueryRunArchived: QueryRun has been archived