Open sept-en opened 2 years ago
Currently, if we want to pause/unpause tokens (BridgeToken.sol), we have just an option either to pause both minting and burning or unpause both of them. We should add a feature to selectively pause either of these options.
BridgeToken.sol
Currently, if we want to pause/unpause tokens (
BridgeToken.sol
), we have just an option either to pause both minting and burning or unpause both of them. We should add a feature to selectively pause either of these options.