0-MIDdst chain
    Updated 2025-03-04

    select case
    when DECODED_LOG:bridgeData:destinationChainId=10 then 'Optimism'
    when DECODED_LOG:bridgeData:destinationChainId=324 then 'zkSync'
    when DECODED_LOG:bridgeData:destinationChainId=8453 then 'Base'
    when DECODED_LOG:bridgeData:destinationChainId=137 then 'Polygon'
    when DECODED_LOG:bridgeData:destinationChainId=56 then 'BNB'
    when DECODED_LOG:bridgeData:destinationChainId=59144 then 'Linea'
    when DECODED_LOG:bridgeData:destinationChainId=1 then 'Ethereum'
    when DECODED_LOG:bridgeData:destinationChainId=43114 then 'Avalanche'
    when DECODED_LOG:bridgeData:destinationChainId=250 then 'Fantom'
    when DECODED_LOG:bridgeData:destinationChainId=1101 then 'Polygon zkEVM'
    when DECODED_LOG:bridgeData:destinationChainId=1088 then 'Metis'
    when DECODED_LOG:bridgeData:destinationChainId=34443 then 'Mode'
    when DECODED_LOG:bridgeData:destinationChainId=534352 then 'Scroll'
    when DECODED_LOG:bridgeData:destinationChainId=1151111081099710 then 'Solana'
    end as dst_chain
    ,count(distinct ORIGIN_FROM_ADDRESS) as bridgers
    ,count(distinct TX_HASH) as bridges
    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
    DST_CHAIN
    BRIDGERS
    BRIDGES
    1
    BNB31144251
    2
    5872670568
    3
    zkSync21753288
    4
    Scroll15322536
    5
    Solana38616100
    6
    Polygon28143608
    7
    Metis5767
    8
    Avalanche11171483
    9
    Fantom93108
    10
    Mode539694
    11
    Linea51167502
    12
    Polygon zkEVM8289
    13
    Base2545046811
    14
    Optimism1288126119
    15
    Ethereum822711161
    15
    312B
    37s