-
Notifications
You must be signed in to change notification settings - Fork 304
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
dev(SSJ): use OZ contracts #1521
Comments
Hi @obatirou, can I work on this? |
hey @manlikeHB sure, I assigned you |
Hi @ClementWalter, I realized SSJ contains a custom openzeppelin package which contains an ERC20 contract. Adding the the OZ dependency will cause a clash between the two. Should I proceed to removing the custom openzeppelin package and use OZ's component for the ERC20 contract? |
Yes, please do so |
Remove custom implementation (ownable and upgradeable) that were copy from OZ and add the OZ contract dependencies.
The text was updated successfully, but these errors were encountered: