-
Notifications
You must be signed in to change notification settings - Fork 97
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
Feat: StakedaoEcrvPricer #441
base: master
Are you sure you want to change the base?
Conversation
contracts/interfaces/IStakeDao.sol
Outdated
function depositAll() external; | ||
|
||
function deposit(uint256 amount) external; | ||
|
||
function withdrawAll() external; | ||
|
||
function withdraw(uint256 _shares) external; | ||
|
||
function token() external returns (ERC20Interface); | ||
|
||
function balanceOf(address account) external view returns (uint256); | ||
|
||
function approve(address spender, uint256 amount) external returns (bool); | ||
|
||
function transfer(address recipient, uint256 amount) external returns (bool); |
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.
Same here.
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 contract is also from the StakeDao templates. I don't think it's a good idea to have a different contract here than what's in the stakedao-master
branch in the perp vault templates repo.
ICurve
contractIStakeDao
contractStakedaoEcrvPricer
contractStakedaoEcrvPricer
deployment scriptREADME
w/StakedaoEcrvPricer
deployment stepsunderlying
as address -StakedaoEcrvPricer