https://github.com/code-423n4/2022-02-jpyc/blob/main/contracts/v2/FiatTokenV2.sol#L645
Should the contract be paused, it would be safer to prevent additional addresses from being whitelisted.
Add the whenNotPaused modifier for the whitelist() function.
