decentraland / decentraland/builder
Implement the rejection mechanism for third party collections
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
## 🎉 Description
The third party rejection mechanism was not implemented in the Builder but it's available at our contracts. The Catalysts are also capable of reading the rejection entries to remove the third parties from the world.
To complete this task:
- Implement the mechanism to send the rejection transaction to the Third Parties Registry contract using the [reviewThirdParties method](https://github.com/decentraland/wearables-contracts/blob/f4ab5c81b5a5b451dbe831d5e73d0b0bbf75e17f/contracts/registries/ThirdPartyRegistryV2.sol#L392) with the parameter value as false.
- Be aware that disapproving the third party will result in all of the third party collections being disapproved, thus being removed from the Catalyst. Craft an UI that is capable of handling this.
Contributor guide
Assessment
This issue has not been assessed yet.