Skip to content

Commit

Permalink
chore: add natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jun 22, 2024
1 parent 9283f79 commit 7374cb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/RegistryAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pragma solidity ^0.8.23;
import { IERC7484 } from "../interfaces/IERC7484.sol";
import { AccountBase } from "./AccountBase.sol";

/**
* @title RegistryAdapter
* @author kopy-kat | rhinestone.wtf
* @dev This contract uses ERC-7484 to check if a module is attested to and exposes a modifier to
* use it.
*/
abstract contract RegistryAdapter is AccountBase {
event ERC7484RegistryConfigured(address indexed smartAccount, address indexed registry);

Expand Down

0 comments on commit 7374cb6

Please sign in to comment.