Crazy_KidImpact of Terra integration on new wallets created
    Updated 2022-04-18
    SELECT date(block_timestamp) as date, count(node_address) as wallets
    FROM thorchain.new_node_events
    WHERE date BETWEEN '2022-03-15' and '2022-04-05'
    GROUP by date
    LIMIT 1000
    Run a query to Download Data