diff --git a/contracts/extensions/GovernorVotesCompUpgradeable.sol b/contracts/extensions/GovernorVotesCompUpgradeable.sol index 5893069..ac5a971 100644 --- a/contracts/extensions/GovernorVotesCompUpgradeable.sol +++ b/contracts/extensions/GovernorVotesCompUpgradeable.sol @@ -12,7 +12,7 @@ import {IComp} from "contracts/interfaces/IComp.sol"; /// @notice Modified GovernorVotes contract that supports Compound's COMP token. /// @custom:security-contact security@compound.finance abstract contract GovernorVotesCompUpgradeable is Initializable, GovernorUpgradeable { - /// @custom:storage-location IComp:storage.GovernorVotesComp + /// @custom:storage-location erc7201:storage.GovernorVotesComp struct GovernorVotesCompStorage { IComp _token; }