KeyrockChain overview
    Updated 2024-03-28
    -- Aggregated stats for different destination chain
    SELECT
    destination_chain,
    COUNT(DISTINCT TX_HASH) as total_txs,
    COUNT(DISTINCT platform) as tot_bridge_platform,
    COUNT(DISTINCT token_symbol) as tot_asset
    FROM
    ethereum.defi.ez_bridge_activity
    WHERE
    block_timestamp > '{{starting_date}}'
    AND Destination_chain in (
    'near',
    'solana',
    'sui',
    'osmosis',
    'aptos',
    'telos',
    'sei',
    'injective'
    )
    GROUP BY
    destination_chain
    Last run: 21 days ago
    DESTINATION_CHAIN
    TOTAL_TXS
    TOT_BRIDGE_PLATFORM
    TOT_ASSET
    1
    near4284388
    2
    injective253210
    3
    aptos1377315
    4
    telos2713
    5
    solana4801855511
    6
    sui11369325
    7
    sei3724
    8
    osmosis17197116
    8
    161B
    2s