|
|
@@ -9,7 +9,7 @@ import threading
|
|
|
import uuid # 用于生成唯一的流程ID
|
|
|
import time
|
|
|
import logging
|
|
|
-import erc20_to_mexc
|
|
|
+import s_erc20_to_mexc
|
|
|
import web3_py_client
|
|
|
import traceback
|
|
|
import copy
|
|
|
@@ -169,7 +169,7 @@ def strategy_builder(process_item):
|
|
|
global mexc_lock
|
|
|
|
|
|
if strategy == 'erc20_to_mexc':
|
|
|
- return erc20_to_mexc.ArbitrageProcess(gas_limit_multiplier, gas_price_multiplier, process_item,
|
|
|
+ return s_erc20_to_mexc.ArbitrageProcess(gas_limit_multiplier, gas_price_multiplier, process_item,
|
|
|
core_data, core_lock,
|
|
|
pending_data, pending_lock,
|
|
|
mexc_data, mexc_lock
|