NavidCopy of Copy of Copy of Untitled Query
    Updated 2022-10-19
    select date,
    DAILY_ACTIVE_WALLETS as "Current Active Wallets"
    from
    near.core.metrics_active_wallets
    order by date desc
    limit 1
    Run a query to Download Data