cypherAddresses that added liquidity to rune-doge pool
    Updated 2022-02-01
    select COUNT(distinct(from_address))
    from thorchain.liquidity_actions
    where pool_name = 'DOGE.DOGE' and lp_action = 'add_liquidity'
    Run a query to Download Data