Skip to content

Commit

Permalink
Update batchMinters readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Jan 27, 2023
1 parent 8c9c913 commit c9471c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/batchChangeMinters/README.md
Expand Up @@ -19,7 +19,7 @@ type BatchChangeMintersArgs = {
contractAddress?: string;
//an array of ids that will be added as minters for the given contractId, if nothing is provided no minters will be added
addMinters: string[];
//an array of ids that will be removed as minters for the given contractId, if nothing is provided no minters will be added
//an array of ids that will be removed as minters for the given contractId, if nothing is provided no minters will be removed
removeMinters: string[];
};
```
Expand Down

0 comments on commit c9471c8

Please sign in to comment.