From dce13b4bb03a3a85145d8a04be313f873f462208 Mon Sep 17 00:00:00 2001 From: Daniel Lima Date: Thu, 5 Oct 2023 14:03:04 -0300 Subject: [PATCH] Update interface ID --- contracts/ERC7432/interfaces/IERC7432.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ERC7432/interfaces/IERC7432.sol b/contracts/ERC7432/interfaces/IERC7432.sol index 0ba9b85..09a81f6 100644 --- a/contracts/ERC7432/interfaces/IERC7432.sol +++ b/contracts/ERC7432/interfaces/IERC7432.sol @@ -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;