evetliuAFG 2.3
Updated 2022-12-10Copy Reference Fork
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
›
⌄
-- SQL credit to hesampersian
select
date_trunc('WEEK', BLOCK_TIMESTAMP) as WEEKLY,
ATTRIBUTE_VALUE as "Origin Chains",
sum(
case
when ATTRIBUTE_VALUE = 'Ethereum' then 10
when ATTRIBUTE_VALUE in (
'Moonbeam',
'Fantom',
'arbitrum',
'Polygon',
'celo',
'binance'
) then 1
when ATTRIBUTE_VALUE in (
'osmosis',
'Axelarnet',
'Avalanche',
'cosmoshub',
'assetmantle',
'juno',
'comdex',
'agoric',
'aurora',
'crescent',
'e-money',
'kujira',
'evmos',
'fetch',
'injective',
'terra',
'umee',
'ki',
'regen',
'secret',
Run a query to Download Data