-
Notifications
You must be signed in to change notification settings - Fork 6
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
SLEUTHING - Refactor migrator UI and use sleuth to query #76
base: main
Are you sure you want to change the base?
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.
hopefully subsequent changes to sleuth contracts result in a much smaller diff footprint, but this is great, love the refactors and using sleuth cleans up so much of the otherwise large list of multicalls
one thing we should do before merge, is whitelist the sleuth contract in our infux proxy worker - on it rn
Any idea why the forge tests are failing? |
I'm not quite sure. It seems like some forge regression, because if you run the tests on |
0xc9B9Ec92654c1baF07C20B4B4b87D824fF5744C6 this is were I need it to go |
This patch makes the migrator UI generic between
aave
andcompound
migration sources. In addition, this patch utilizessleuth
for fetching data. Previously, we relied on therpc
methodsetCometState
for receiving data about the given account within comet. This patch updates to include fetching comet data directly throughsleuth
queries