You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
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?
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
This is the goal of this issue: remove the custom OZ packages and use the official ones
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: