Description:
Prevent malicious users from deploying vaults filled with spam/scam tokens to clutter the protocol's UI and indexer.
Acceptance Criteria:
[ ] Maintain a whitelisted_tokens map.
[ ] add_to_whitelist(token) (Admin only).
[ ] Revert create_vault if the provided token_address is not on the whitelist.
Labels: security, spam