-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add wstETH
collateral support
#73
Comments
The callee in question is https://github.com/makerdao/exchange-callees/blob/master/src/WstETHCurveUniv3Callee.sol But I can not find its address, since action-demo-keeper doesn't seem to support this collateral. Till we get the address from the PR (by merging the PR and asking them to fill the json), I can try to deploy it myself, but it's not clear for me, what constructor parameters should be used. The contract accepts:
|
It turns out, I've been looking into a wrong config file inside Another interesting, but currently unrelated point: latest mainnet config uses |
Based on the callee deployed on the main, constructor parameters are:
Unfortunately, StableSwapSTETH.vy doesn't seem to be deployed anywhere except main. |
Yes, testing is based on the mainnet/fork approach and not on the testnet based approach.
Given the above, I agree that we need to prioritise that. IMO the minimal testing setup that we requested from chaoslabs (ie. liquidation of one |
I tried forking mainnet a few blocks before active |
Goal
Participation in
wstETH
collateral auctions is possible via the UIContext
wstETH
collateral requires it's own callee contract and uses Uniswap v3 exchange, therefore:This issue will also be used to refactor callee logic to streamline collateral onboarding.
Tasks
WstETHCurveUniv3Callee
callee supportThe text was updated successfully, but these errors were encountered: