-
Notifications
You must be signed in to change notification settings - Fork 4
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
RC8 Updates #75
RC8 Updates #75
Conversation
MikeHathaway
commented
Oct 18, 2023
•
edited
Loading
edited
- remove momp from pool; add referencePrice to liquidationAuction; remove kickMomp and kickerAward
…ve kickMomp and kickerAward
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.
So far so good. I confirmed neutralPrice
is already updated through updateLiquidation, since that now changes upon take
and bucketTake
.
networks.json
needs to be updated for goerli
and ganache
. You could update line 5 of local/docker-compose
to rc8b
to test the local indexer setup.
I assume it makes sense to put PoolInfoUtilsMulticall
into a separate PR so we can get this out the door more quickly.
Updated ABIs and Was planning on adding the multicall support as a separate PR. |
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.
Validated addresses. Looks good. Will need to coordinate deployment.
I tested deployment on |