Skip to content

Commit

Permalink
Update interface ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 5, 2023
1 parent 525ba6b commit dce13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ERC7432/interfaces/IERC7432.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IERC165 } from "@openzeppelin/contracts/utils/introspection/IERC165.sol

/// @title ERC-7432 Non-Fungible Token Roles
/// @dev See https://eips.ethereum.org/EIPS/eip-7432
/// Note: the ERC-165 identifier for this interface is 0x17ef8677.
/// Note: the ERC-165 identifier for this interface is 0x04984ac8.
interface IERC7432 is IERC165 {
struct RoleData {
uint64 expirationDate;
Expand Down

0 comments on commit dce13b4

Please # to comment.