Skip to content

Commit

Permalink
chore: remove unused import from deployAllscript
Browse files Browse the repository at this point in the history
  • Loading branch information
jpick713 committed Aug 12, 2024
1 parent 1ca9718 commit 0beab38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/deploy/deployAll.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { DeployAtomicSolverV4 } from "./single/07_DeployAtomicSolverV4.s.sol";
import { DeployRolesAuthority } from "./single/08_DeployRolesAuthority.s.sol";
import { TellerSetup } from "./single/09_TellerSetup.s.sol";
import { SetAuthorityAndTransferOwnerships } from "./single/10_SetAuthorityAndTransferOwnerships.s.sol";
import { DeployDecoderAndSanitizer } from "./single/11_DeployDecoderAndSanitizer.s.sol";

import { ConfigReader, IAuthority } from "../ConfigReader.s.sol";
import { console } from "forge-std/console.sol";
Expand Down

0 comments on commit 0beab38

Please sign in to comment.