HadisehLiquidity Pools - Wallet Composition 6
    Updated 2022-10-26
    select
    SUM(AMOUNT/1e6) AS total_amount
    from osmosis.core.fact_liquidity_provider_actions
    where CURRENCY='uosmo'
    Run a query to Download Data