CryptoIcicleUntitled Query
    Updated 2022-11-04
    select
    distinct from_currency,
    l1.project_name as token
    from osmosis.core.fact_swaps s
    join osmosis.core.dim_labels l1 on s.from_currency = l1.address
    where token in ('DAI.axl','DAI.grv','USDC.axl','USDC.grv','USDT.axl','USDT.grv', 'USTC')
    order by 2
    limit 1000
    Run a query to Download Data