Skip to content

Commit

Permalink
remove function
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Apr 29, 2024
1 parent 97bb891 commit 89108e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/badge/examples/ScrollBadgePermissionless.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ contract ScrollBadgePermissionless is ScrollBadgeSelfAttest, ScrollBadgeEligibil
function badgeTokenURI(bytes32 /*uid*/ ) public pure override returns (string memory) {
return "";
}

/// @inheritdoc ScrollBadgeEligibilityCheck
function isEligible(address) external view virtual override returns (bool) {
return true;
}
}

0 comments on commit 89108e3

Please sign in to comment.