The SimpleMarket will accept offers involving arbitrary token pairs. An additional security precaution would be to limit the market to only accept whitelisted tokens.
Implement by extending ExpiringMarket to check that offered tokens are members of the whitelist.
The SimpleMarket will accept offers involving arbitrary token pairs. An additional security precaution would be to limit the market to only accept whitelisted tokens.
Implement by extending ExpiringMarket to check that offered tokens are members of the whitelist.