Skip to content

Commit

Permalink
ON-543: fixed file
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed Dec 11, 2023
1 parent 7cfb2ae commit 6885f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/RolesRegistry/RolesRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pragma solidity 0.8.9;

import { IERC7432 } from "./interfaces/IERC7432.sol";
import { IERC721 } from "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import { ERC165Checker } from "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol";

contract RolesRegistry is IERC7432 {
// grantee => tokenAddress => tokenId => role => struct(expirationDate, data)
Expand Down

0 comments on commit 6885f5d

Please sign in to comment.