mo115Axelar Token Launch - Liquidity Actions
    Updated 2022-09-28
    select ACTION,
    CURRENCY,
    (sum(AMOUNT)/1e6) as amount
    from osmosis.core.fact_liquidity_provider_actions
    where POOL_ID = '812'
    and (CURRENCY = 'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E' or CURRENCY = 'uosmo' )
    group by 1,2
    Run a query to Download Data