The AuctionManager will accept auctions involving arbitrary token pairs. An additional security precaution would be to limit the manager to only accept whitelisted tokens.
Implement by extending AuctionManager to check that the buying / selling tokens are members of the whitelist.
This is the companion cube for daifoundation/maker-otc#139
The AuctionManager will accept auctions involving arbitrary token pairs. An additional security precaution would be to limit the manager to only accept whitelisted tokens.
Implement by extending AuctionManager to check that the
buying/sellingtokens are members of the whitelist.This is the companion cube for daifoundation/maker-otc#139