We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3a508 commit ccbe836Copy full SHA for ccbe836
src/middlewareV2/registrar/presets/AVSRegistrarAsIdentifier.sol
@@ -44,11 +44,4 @@ contract AVSRegistrarAsIdentifier is AVSRegistrar {
44
// Set the admin for the AVS
45
permissionController.addPendingAdmin(address(this), admin);
46
}
47
-
48
- /// @inheritdoc IAVSRegistrar
49
- function supportsAVS(
50
- address _avs
51
- ) public view override returns (bool) {
52
- return _avs == address(this);
53
- }
54
0 commit comments