Skip to content

Commit b33bd2a

Browse files
committed
fix: rm deprecated script
1 parent e843372 commit b33bd2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/DeployL2.s.sol

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pragma solidity 0.8.26;
44
// system contracts
55
import {RollupOrders} from "../src/orders/RollupOrders.sol";
66
import {RollupPassage} from "../src/passage/RollupPassage.sol";
7-
// permit2
8-
import {deployPermit2} from "./DeployPermit2.s.sol";
97
// gnosis safe
108
import {deployGnosisCore, deploySafeInstance, SafeSetup} from "./DeployGnosisSafe.s.sol";
119
// simple erc20

0 commit comments

Comments
 (0)