-
Notifications
You must be signed in to change notification settings - Fork 1
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
Gradual Dutch Auction Module #177
base: develop
Are you sure you want to change the base?
Conversation
install.sh
Outdated
@@ -21,7 +21,7 @@ cd lib/forge-std/ && git checkout v1.7.1 && cd ../.. | |||
|
|||
echo "" | |||
echo "prb-math" | |||
cd lib/prb-math/ && git checkout v4.0.2 && cd ../.. | |||
cd lib/prb-math/ && git checkout main && cd ../.. |
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.
I'd suggest pinning this to a commit eventually
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.
I plan to. I just set it to main incase I needed to push any more changes to the library. Will leave this convo open as a reminder.
…i factory) changes, log the address and revert. Also consolidate the addresses used in tests and salt generation into one contract.
Clean implementation based on new priorities for #1 and the updated codebase.
Tasks: