MufasaCount of Swapping behaviour of celsius network on Sushiswap
    Updated 2022-06-22
    SELECT COUNT(*) AS count FROM ethereum.core.ez_dex_swaps WHERE
    origin_from_address IN (SELECT address from crosschain.address_labels
    WHERE address_name = 'celsius wallet') AND platform = 'sushiswap'
    Run a query to Download Data