Comparing version 0.0.74 to 0.0.75
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.74", | ||
"version": "0.0.75", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -71,2 +71,8 @@ # <img src="logo.svg" alt="solady" height="118"/> | ||
## Upgradability | ||
All contracts in Solady are compatible with both upgradeable and non-upgradeable (i.e. regular) contracts. | ||
Please call any required internal initialization methods accordingly. | ||
## Acknowledgements | ||
@@ -73,0 +79,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345543
96