Paraswap Bounties (New Active Users)

    Description of word: We want to get a unique list of new users transacted with Paraswap in the last two months so ---> To address this question, we use the ethereum_core schema First step ---> Find ParaSwap dex address from `[ethereum_core.dim_labels]` table Second step ---> We get all swaps made with Paraswap from `[ethereum_core.ez_dex_swaps]` table Third step ---> get all the previous wallets that transacted with Paraswap from `[ethereum_core.fact_transactions]` table. Last step ---> get the number of new wallets per day that have transacted with Paraswap in the last two months from `[ethereum_core.fact_transactions]` table.