OpenZeppelin / contracts-wizard

Interactive smart contract generator based on OpenZeppelin Contracts.
https://wizard.openzeppelin.com
MIT License
246 stars 135 forks source link

add required OpenZeppelin Contracts version as a comment ? #293

Closed SvenMeyer closed 6 months ago

SvenMeyer commented 11 months ago

Wouldn't it be a good idea to add the required/used OpenZeppelin Contracts version as a comment ?

ericglau commented 11 months ago

Wizard will always aim to target the latest OpenZeppelin Contracts release.

If you hover over the import statement links, you can see OpenZeppelin Contracts version that it is using. But I agree that we can put this information somewhere more obvious.