KeyrockSOL Bridge
    Updated 2024-02-23
    select token_symbol, sum(amount_usd) as tot_usd
    from ethereum.defi.ez_bridge_activity
    WHERE TOKEN_SYMBOL != '' AND amount_usd > 0 AND block_timestamp > '2023-10-01' AND Destination_chain in ('solana')
    GROUP BY token_symbol
    ORDER BY tot_usd desc


    QueryRunArchived: QueryRun has been archived