Skip to content

Commit

Permalink
chore: dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tnkshuuhei committed Oct 9, 2024
1 parent 875986e commit cb67e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CEP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import "./gov/veCEP.sol";
import "./Evaluation.sol";
import "./libraries/Errors.sol";
import "./libraries/Metadata.sol";
import "./AttesterResolver.sol";
import "./eas/AttesterResolver.sol";

// Comprehensive Evaluation Protocol
contract CEP is Initializable, OwnableUpgradeable, AccessControlUpgradeable, ReentrancyGuardUpgradeable, Errors {
Expand Down
File renamed without changes.

0 comments on commit cb67e48

Please sign in to comment.