Skip to content

Commit

Permalink
chore(MintAllowance): renaming the file
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire committed Mar 26, 2024
1 parent a1d9af0 commit 1a19eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 89 deletions.
88 changes: 0 additions & 88 deletions src/MintAllowance.sol

This file was deleted.

2 changes: 1 addition & 1 deletion src/Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";

import "./MintAllowance.sol";
import "./MintAllowanceUpgradeable.sol";
import "./SystemRoleUpgradeable.sol";
import "./IValidator.sol";

Expand Down

0 comments on commit 1a19eda

Please sign in to comment.