-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tech 1677 #20
Tech 1677 #20
Conversation
b76817b
to
9326591
Compare
chief_keeper/chief_keeper.py
Outdated
from pymaker.keys import register_keys | ||
from pymaker.lifecycle import Lifecycle | ||
from pymaker.deployment import DssDeployment | ||
|
||
from auction_keeper.gas import DynamicGasPrice | ||
# from auction_keeper.gas import DynamicGasPrice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove commented lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The auction_keeper library was removed completely, it is not needed with the new gas strategy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah - I was thinking whether you want to delete this line rather than comment it out?
Implemented chief-keeper to use GeoMetric gas strategy for better response to rising gas prices.