Near-One / rainbow-token-connector

ERC-20/NEP-141 Token Connector for Rainbow Bridge
62 stars 18 forks source link

FT token: add selective pausing for `BridgeToken` #171

Open sept-en opened 2 years ago

sept-en commented 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.