littlenaomiSushi Activity on Ethereum - Borrowing Transactions in June
    Updated 2022-06-29
    SELECT count(tx_hash) as number_of_txs_daily, block_timestamp::date as from_date
    from ethereum.sushi.ez_borrowing
    where from_date >= '2022-06-01'
    GROUP by from_date
    order by from_date
    Run a query to Download Data