Skip to content

Conversation

@danielailie
Copy link
Contributor

No description provided.

@danielailie danielailie self-assigned this Jun 3, 2025
Comment on lines 69 to 73
removeRoleNFTUpdate: boolean;
removeRoleESDTModifyRoyalties: boolean;
removeRoleESDTSetNewUri: boolean;
removeRoleESDTModifyCreator: boolean;
removeRoleNFTRecreate: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be optional.

popenta
popenta previously approved these changes Jun 3, 2025
options.removeRoleNFTBurn ? args.push(new StringValue("ESDTRoleNFTBurn")) : 0;
options.removeRoleNFTAddQuantity ? args.push(new StringValue("ESDTRoleNFTAddQuantity")) : 0;
options.removeRoleESDTTransferRole ? args.push(new StringValue("ESDTTransferRole")) : 0;
options.removeRoleESDTTransferRole ? args.push(new StringValue("ESDTTransferRole")) : 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! 🚀

@danielailie danielailie merged commit 70045e8 into main Jun 3, 2025
5 checks passed
@danielailie danielailie deleted the TOOL-594-add-missing-roles-for-sfts branch June 3, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants