Dex Explorer V2 Script Jun 2026
price_on_uniswap = get_price("UNI-V3", token) price_on_sushiswap = get_price("SUSHI", token) spread = abs(price_on_uniswap - price_on_sushiswap) / price_on_uniswap
smart_money_list = ["0xAb5801a...", "0xEf6312..."] if trade["wallet_address"] in smart_money_list: send_telegram_message(f"Smart Money bought trade['token_amount'] of trade['token_symbol']") dex explorer v2 script