shadil$RUNE Flow - weekly transferred $RUNE
    Updated 2022-04-29
    SELECT date_trunc('week', block_timestamp) as weekly, sum(rune_amount) as vol
    from thorchain.transfers
    where asset = 'THOR.RUNE'
    GROUP BY weekly
    Run a query to Download Data