|
|
@@ -434,7 +434,7 @@ def send_arb_msg(profit_amount, chain_swap_data, mexc_price_usdt_per_target, in_
|
|
|
"strategy": "erc20_to_mexc",
|
|
|
}
|
|
|
|
|
|
- logger.info(f"正在提交套利数据到 {ARB_EXECUTOR_URL}, profit {arbitrage_data["profit"]}, profitLimit {arbitrage_data["profitLimit"]}")
|
|
|
+ logger.info(f"正在提交套利数据到 {ARB_EXECUTOR_URL}, profit {arbitrage_data["profit"]}, profitLimit {arbitrage_data["profitLimit"]}, keys: {arbitrage_data.keys()}")
|
|
|
|
|
|
try:
|
|
|
response = requests.post(ARB_EXECUTOR_URL, json=arbitrage_data, timeout=10)
|