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