-
Notifications
You must be signed in to change notification settings - Fork 442
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
Applying renamings to documentation comments #104
Comments
As explained in Using with Upgrades:
|
Thank you very much for renaming the package!
"ethereum package" was totally unintuitive
|
Closing in favor of #105. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glad to see have a new release version, and I am trying to use the latest version right now, but I am confused about this comments: To use this library you can add a
using SafeERC20 for IERC20;
statement to your contract,Should it be
using SafeERC20Upgradeable for IERC20Upgradeable;
The text was updated successfully, but these errors were encountered: