ConvexityProtocol
ConvexityProtocol copied to clipboard
Add a require statement
https://github.com/aparnakr/OptionsProtocol/blob/9363067b23278cd6d919cc0dad8ae0d4b489491f/contracts/OptionsFactory.sol#L124
Check if the same asset is being added. Something like:
require( tokens[_asset] != ERC20(_addr), ...)