itsxenuxTHORChain supported chains in last 30 days
    Updated 2022-04-15
    select count(distinct asset_blockchain) as chain_total
    from thorchain.liquidity_actions
    where block_timestamp::date >= CURRENT_DATE - 31
    and block_timestamp::date <= CURRENT_DATE - 1

    Run a query to Download Data