Skip to content

Commit

Permalink
refactor: remove delegate contracts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Oct 12, 2024
1 parent e3312db commit e22f093
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import {IDelegates} from "../interfaces/IDelegates.sol";
import {IDelegates} from "./interfaces/IDelegates.sol";

import {ECDSA} from
"lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/utils/cryptography/ECDSA.sol";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/MorphoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.13;
import {ERC20Upgradeable} from "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol";
import {Ownable2StepUpgradeable} from
"lib/openzeppelin-contracts-upgradeable/contracts/access/Ownable2StepUpgradeable.sol";
import {ERC20DelegatesUpgradeable} from "./DelegatesContracts/ERC20DelegatesUpgradeable.sol";
import {ERC20DelegatesUpgradeable} from "./ERC20DelegatesUpgradeable.sol";
import {
ERC20PermitUpgradeable,
NoncesUpgradeable
Expand Down

0 comments on commit e22f093

Please sign in to comment.