Closed grandizzy closed 4 years ago
I'm disappointed that price models for new collaterals are still dictating gas prices, preventing the keeper from managing the transaction queue.
@EdNoepel so if we just remove
\"gasPrice\": \"$(dynamic_gas)\"
from
echo "{\"price\": \"${bidPrice}\", \"gasPrice\": \"$(dynamic_gas)\"}"
the keeper will take care of rest? If simple as that I can amend all files and send a PR for review
Indeed, and env/dynamic_gas.sh
can be gutted as well.
@EdNoepel so if we just remove
\"gasPrice\": \"$(dynamic_gas)\"
from
echo "{\"price\": \"${bidPrice}\", \"gasPrice\": \"$(dynamic_gas)\"}"
the keeper will take care of rest? If simple as that I can amend all files and send a PR for review