fanta Terra wormhole : the daily and cumulative amount of UST
    Updated 2022-04-17
    SELECT sum(event_amount),date(block_timestamp ) as date FROM terra.transfers
    where
    EVENT_FROM_LABEL_SUBTYPE='bridge' and EVENT_FROM_ADDRESS_NAME='wormhole' and EVENT_CURRENCY='UST'
    group by date
    Run a query to Download Data