|
|
@@ -168,11 +168,11 @@ def arbitrage_process_flow(process_item):
|
|
|
|
|
|
|
|
|
gas_limit_multiplier = 1
|
|
|
- gas_price_multiplier = 1.2
|
|
|
+ gas_price_multiplier = 1.5
|
|
|
if profit > Decimal(5) * profitLimit:
|
|
|
- gas_price_multiplier = 1.5
|
|
|
- elif profit > Decimal(10) * profitLimit:
|
|
|
gas_price_multiplier = 2
|
|
|
+ elif profit > Decimal(10) * profitLimit:
|
|
|
+ gas_price_multiplier = 3
|
|
|
|
|
|
global core_data
|
|
|
global core_lock
|