boomer77thorchain swap thor
    Updated 2022-05-28
    select *, ((asset_liquidity*asset_price_usd)+(rune_liquidity*rune_price_usd)) as total_liquidity, case
    when day > '2022-05-04' then 'Post-Yield $THOR'
    when day < '2022-05-04' then 'Pre-Yield $THOR'
    else 'yield $THOR' end as typez
    from thorchain.daily_pool_stats
    where pool_name = 'ETH.THOR-0XA5F2211B9B8170F694421F2046281775E8468044' and day >= '2022-03-01'
    limit 1000
    Run a query to Download Data