Skip to content

Commit

Permalink
fix(registry): Abstract for IPAccountRegistry (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark authored Apr 11, 2024
1 parent 5d2eb00 commit 15df4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/registries/IPAccountRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Errors } from "../lib/Errors.sol";
/// @title IPAccountRegistry
/// @notice This contract is responsible for managing the registration and tracking of IP Accounts.
/// It leverages a public ERC6551 registry to deploy IPAccount contracts.
contract IPAccountRegistry is IIPAccountRegistry {
abstract contract IPAccountRegistry is IIPAccountRegistry {
/// @notice Returns the IPAccount implementation address
address public immutable IP_ACCOUNT_IMPL;

Expand Down

0 comments on commit 15df4bc

Please sign in to comment.