Skip to content

Commit

Permalink
inheritdoc added
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvm5 committed Jan 31, 2025
1 parent 229dcab commit 8ac1218
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {ITransparentProxyFactory} from './interfaces/ITransparentProxyFactory.so
abstract contract TransparentProxyFactoryBase is ITransparentProxyFactory {
mapping(address proxy => address admin) internal _proxyToAdmin;

/// @inheritdoc ITransparentProxyFactory
function getProxyAdmin(address proxy) external view returns (address) {
return _proxyToAdmin[proxy];
}
Expand Down

0 comments on commit 8ac1218

Please sign in to comment.