0xHaM-dTotals By Bridge[Last Week]
    Updated 9 days ago
    -- forked from Totals By Bridge[All Time] @ https://flipsidecrypto.xyz/studio/queries/4ab8462a-eba2-4983-bbaa-0c1a0efaba1b

    -- forked from flyingfish / Totals By Bridge @ https://flipsidecrypto.xyz/flyingfish/q/qLXRXm5P4Pdm/totals-by-bridge

    with hyperlane_bridges as (
    select
    'Hyperlane' as bridge
    , date
    , daily_gross_usd_volume
    , total_gross_usd_volume
    , events_count

    from $query('19f93923-bf61-4c76-a496-194ee7e6d11f')
    where date < trunc(current_date, 'week')
    AND date >= trunc(current_date, 'week') - 7
    order by date desc
    -- limit 1

    )

    , canonical_bridges as (
    select
    'Canonical' as bridge
    , date
    , daily_gross_usd_volume
    , total_gross_usd_volume
    , events_count

    from $query('3b847d0f-cb54-439d-90d7-a6c81442058c')
    where date < trunc(current_date, 'week')
    AND date >= trunc(current_date, 'week') - 7
    order by date desc
    -- limit 1
    )

    select
    Last run: 9 days ago
    DATE
    BRIDGE
    TOTAL_VOLUME
    TOTAL_BRIDGES
    1
    2025-03-22 00:00:00.000Canonical422603.652559107498
    2
    2025-03-21 00:00:00.000Canonical330265.3600993051045
    3
    2025-03-20 00:00:00.000Canonical216644.881303362657
    4
    2025-03-18 00:00:00.000Canonical477778.464718364672
    5
    2025-03-17 00:00:00.000Canonical168465.747716126597
    6
    2025-03-17 00:00:00.000Hyperlane1853879.735400051528
    7
    2025-03-23 00:00:00.000Canonical448768.113538099538
    8
    2025-03-23 00:00:00.000Hyperlane2611457.4091711289
    9
    2025-03-22 00:00:00.000Hyperlane2637654.218072171323
    10
    2025-03-21 00:00:00.000Hyperlane2552750.099642031910
    11
    2025-03-20 00:00:00.000Hyperlane3671362.847118911869
    12
    2025-03-19 00:00:00.000Canonical581967.704112046545
    13
    2025-03-19 00:00:00.000Hyperlane3564304.368799921665
    14
    2025-03-18 00:00:00.000Hyperlane2489293.192134311418
    14
    861B
    2s