crypto_gostbridged to
    Updated 2024-12-27
    SELECT
    destination_chain,
    COUNT(*) AS transaction_count,
    SUM(amount) AS total_amount_bridged
    FROM
    AVALANCHE.defi.ez_bridge_activity
    WHERE
    amount IS NOT NULL
    GROUP BY
    destination_chain
    ORDER BY
    transaction_count DESC, total_amount_bridged DESC;
    limit 10;

    Last run: 2 months ago
    DESTINATION_CHAIN
    TRANSACTION_COUNT
    TOTAL_AMOUNT_BRIDGED
    1
    polygon19773758.18500052066716e+27
    2
    bsc12761532.0005513980751e+26
    3
    arbitrum11948566.5923693481428e+24
    4
    optimism4579612.79486214859305e+24
    5
    fantom4193081.69324302455623e+21
    6
    base1399106.30438112091606e+24
    7
    metis13513178645227.8173187
    8
    dfk11533129932516.937891
    9
    solana701122.66514499266417e+24
    10
    ethereum556005.36367438078764e+22
    10
    379B
    7s