Updated 2025-02-11
    with

    assets as (

    select
    '0x0cec099933f0da490dff91724b02e2203faaf9af' as token_address,
    'GGAVAX' as symbol,
    18 as decimals

    union all

    select
    '0x1d8bd363922465246a91b7699e7b32babf5fef62' as token_address,
    'SOLVBTC' as symbol,
    18 as decimals

    union all

    select
    '0x8f1dea444380a2ddc5e6669f508d235401caee5f' as token_address,
    'COQ' as symbol,
    18 as decimals

    union all

    select
    '0xa53e127bfd9c4d0310858d9d5fcdf1d2617d4c41' as token_address,
    'AUSD' as symbol,
    6 as decimals

    union all

    select
    '0x203e9101e09dc87ce391542e705a07522d19df0d' as token_address,
    'BTC.B' as symbol,
    8 as decimals
    QueryRunArchived: QueryRun has been archived