ben-wyattaggregate-large
Updated 2025-01-28
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
›
⌄
with all_chains as(
select *, 'arbitrum' as chain
from $query('4a560ac4-7e4a-411c-bf36-20ce7d99a88e')
union all
select *, 'avalanche' as chain
from $query('8133a2f0-f254-4096-b62e-2e369ad89ebb')
union all
select *, 'base' as chain
from $query('24c8a7b6-49d6-4795-853e-d718e4996aee')
union all
select *, 'bsc' as chain
from $query('d1a232fc-32ba-4f88-aa56-bfc10afd9471')
-- union all
-- select *, 'cosmos' as chain
-- from
union all
select *, 'ethereum' as chain
from $query('86155b9d-8027-40ba-90c9-4cfb33b2dffb')
-- union all
-- select *, 'near' as chain
-- from
union all
select *, 'optimism' as chain
from $query('24d47584-4da4-48b8-a5e4-a672ff35351f')
union all
select *, 'polygon' as chain
from $query('eb4a730d-0010-4b93-813f-b1892df449fb')
QueryRunArchived: QueryRun has been archived