-
Notifications
You must be signed in to change notification settings - Fork 66
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
refactor(wad): remove wad constant declaration #176
Conversation
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.
this is definitely less readable, don't we have a way to import it in an other manner ?
I tried and unfortunately I could not find a way to do it... 😭 |
It would work if WAD was outside of the lib in FixedPointMathLib.sol but it's not the case. I'm still not 100% convinced that we should not do our own math lib custom for Blue. |
Signed-off-by: MathisGD <[email protected]>
d82badf
Signed-off-by: MathisGD <[email protected]>
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.
Approving anyway because with the current state of the code it is better like that.
No description provided.