tkvresearchbizarre-salmon
Updated 2024-12-27
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
›
⌄
select *,
'BNB' as chain
from $query('8b0b2220-fdd6-4ac0-95b2-72d4867f31ed')
union all
select *,
'ETH' as chain
from $query('a5028e2b-ba2f-4a1a-a395-4e35b8df6594')
union all
select *,
'Aptos' as chain
from $query('9b1e1249-32cb-4ea3-ae52-dfba4bd46b9b')
union all
select *,
'Avalanche' as chain
from $query('856a722c-dc62-4678-b85d-63b6539dae32')
union all
select *,
'Solana' as chain
from $query('350fba45-8f4a-45e8-8581-99c53caa0663')
union all
select *,
'Near' as chain
from $query('16df1a24-e996-4e39-a8c0-6caaefcf4680')
union all
select *,
'Polygon' as chain
from $query('58284e34-586f-496f-9628-8dd348999ac8')
union all
select *,
'TON' as chain
from $query('3d4610a5-9b2f-4834-b2ed-b7161a38a280')
QueryRunArchived: QueryRun has been archived