with cel as (
select address
from flipside_prod_db.crosschain.address_labels
where BLOCKCHAIN='ethereum' and PROJECT_NAME ='celsius network')
select
count(TX_HASH)
from ethereum.core.ez_dex_swaps
where ORIGIN_FROM_ADDRESS in (select address from cel )