I am following the OpenZeppelin documentation and I found that ERC20 contract had a preset called ERC20PresetMinterPauser but when I try to work with it importing it like: import "@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol"; it looks that it is no longer available.
I looked thorught the github repository but i could not find something similtar to that preset so i was wondering if it is no longer supported? If that is the case, what alternative could be useful to replace that preset? I am trying to implement a stablecoin for my local network.
Thanks