0-MIDdaily
    Updated 2025-03-04
    select BLOCK_TIMESTAMP::date as date
    ,count(distinct ORIGIN_FROM_ADDRESS) as bridgers
    ,count(distinct TX_HASH) as bridges
    --,count(distinct DECODED_LOG:bridgeData:destinationChainId) as dst_chains
    --,count(distinct DECODED_LOG:bridgeData:bridge) as bridge_platforms
    from arbitrum.core.ez_decoded_event_logs
    where EVENT_NAME='LiFiTransferStarted'
    and DECODED_LOG:bridgeData:integrator='jumper.exchange'
    and ORIGIN_TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
    and BLOCK_TIMESTAMP::date>=current_date-30
    group by 1

    Last run: about 2 months ago
    DATE
    BRIDGERS
    BRIDGES
    1
    2025-02-11 00:00:00.00073798986
    2
    2025-02-18 00:00:00.00063117544
    3
    2025-02-19 00:00:00.00077319221
    4
    2025-02-05 00:00:00.00044855953
    5
    2025-02-20 00:00:00.00055007268
    6
    2025-02-02 00:00:00.00039824992
    7
    2025-02-25 00:00:00.00035004456
    8
    2025-02-28 00:00:00.00038245585
    9
    2025-03-01 00:00:00.00035075565
    10
    2025-02-15 00:00:00.00033354173
    11
    2025-03-03 00:00:00.00046025798
    12
    2025-02-21 00:00:00.00057657425
    13
    2025-02-03 00:00:00.00031584016
    14
    2025-02-04 00:00:00.00040255210
    15
    2025-02-26 00:00:00.00035054476
    16
    2025-02-17 00:00:00.00051266075
    17
    2025-03-02 00:00:00.00031514130
    18
    2025-02-14 00:00:00.00052776406
    19
    2025-02-10 00:00:00.00070428279
    20
    2025-02-06 00:00:00.00048106449
    31
    1KB
    41s