boomer77Daily Liquidity Sushiswap
    Updated 2022-01-19
    select balance_date, address_name, (amount_usd*2) as liquidity
    from ethereum.erc20_balances
    where label = 'sushiswap' and label_type = 'dex' and label_subtype = 'pool'
    and balance_date >= CURRENT_DATE - 30
    Run a query to Download Data