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 was archived by the owner on Nov 11, 2022. It is now read-only.
Write a script callable from package.json which uses sed to automatically update the version() return in all contracts. Note: Some contracts use _version as the constant (ERC721Attributes) but most others use version as a public constant. Make sure to address both cases.
Subpackage package.json versions should be updated as well!
Extra Bonus Points
Extra bonus points if it's a Hardhat task where by default it only shows the changes it would make and allows the user to verify before running. Look for the -i flag under man sed.