Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: document todo in issue nucypher#131
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Dec 7, 2022
1 parent 40fef09 commit 284ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policies/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class EvmCondition extends Condition {
public static readonly STANDARD_CONTRACT_TYPES = [
'ERC20',
'ERC721',
// 'ERC1155', // TODO: Enable after updating Ursulas
// 'ERC1155', // TODO(#131)
];
public static readonly METHODS_PER_CONTRACT_TYPE: Record<string, string[]> = {
ERC20: ['balanceOf'],
Expand Down

0 comments on commit 284ab41

Please sign in to comment.