SpiltadavidNumber of Traders & Pools of both Networks
    Updated 2022-11-02
    select 'NEAR',count(distinct pool_id) as pool , count(distinct trader) as trader from near.core.ez_dex_swaps

    UNION

    select 'ETHEREUM', count(distinct pool_name) as pool , count(distinct sender) as trader from ethereum.core.ez_dex_swaps
    Run a query to Download Data