Submitted by WatchPug
NFTMarketCreators.sol#L65-L82
The current implementation of EIP-2981 support will always pass a constant BASIS_POINTS as the _salePrice.
As a result, the recipients that are supposed to receive less than 1 BPS of the salePrice may end up not receiving any royalties.
Furthermore, for the NFTs with the total royalties rate set less than 10% for some reason, the current implementation will scale it up to 10%.
NickCuso (Foundation) acknowledged and commented:
