-
Notifications
You must be signed in to change notification settings - Fork 9
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
[NES-255] make pUSD a ComponentToken #97
Conversation
…PSUpgradeable, ComponentToken
…(lines&functions), fix small problems with pUSD
…es, fix ERC20 functions mess
…ttoassets, previewredem, previewdeposit
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.
LGTM, feel free to review and address comments later. Only the comments for ComponentToken.sol
and pUSD.sol
matter because those are the only contracts being audited.
I think we should create a new package for just the BoringVault mocks and interfaces and import them in somehow so the Nest folder doesn't have all of these BoringVault related files.
What's new in this PR?
make pUSD a ComponentToken.
need to have a second look and add tests..
WIP