-
Notifications
You must be signed in to change notification settings - Fork 17
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
Lockstake V2 (only SKY) #64
base: master
Are you sure you want to change the base?
Conversation
deploy/LockstakeInit.sol
Outdated
}); | ||
|
||
address sky = dss.chainlog.getAddress("SKY"); | ||
address oldEngine = dss.chainlog.getAddress("LOCKSTAKE_ENGINE"); |
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.
can we inline this? seemed to be used once
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.
It's used twice on migrator branch. If we drop that functionality I'll inline it here. Leaving comment open for now.
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.
Actually I just added an extra check that justifies having the variable even if we are not merging the migrator PR.
No description provided.