DrsimonUntitled Query
    Updated 2022-09-01
    select case AAVE_VERSION = 'Aave V1' then 'v2' else 'v3'
    SYMBOL, BLOCKCHAIN , DEPOSITOR_ADDRESS , TOKEN_PRICE
    from ethereum.aave.ez_deposits

    limit 10
    Run a query to Download Data