CrowdSale modules support on Openzeppelin 4x
Hi,
it appears that the CrowdSale modules are no longer included on OpenZeppelin 4x?
I've been trying to implement a crowdsale code that wouldn't work with Openzeppelin.
My local version does not include imports such as those:
MintableToken.sol
MintableToken.sol
If these modules have been retired, is there an alternative?
Thanks!
Code to reproduce
import "@openzeppelin/contracts/crowdsale/Crowdsale.sol";
Result:
"not found @openzeppelin/contracts/crowdsale/Crowdsale.sol"
Environment
Openzeppelin 4x