I am stuck with a problem where I need to implement royalties in my ERC721 collection contract Usual way is to deploy the contract and set/split royalties on opensea/rarible or other secondary marketplaces.
But if unknown marketplace lists my contract and we dont have royalties implemented there the issue may rise. I read about erc-2981 standard.. Although it’s not implemented by opensea or rarible but it is authentic But the client requirement is that we need to split the royalties among 2 addresses… Whereas the interface erc-2981 allows only one recipient of the royalty
So I am stuck here about how to implement generic royalties directly on my smart contracts