diff --git a/script/DeploySIP15Zone.s.sol b/script/DeploySIP15Zone.s.sol index 0cc0ece..700ee91 100644 --- a/script/DeploySIP15Zone.s.sol +++ b/script/DeploySIP15Zone.s.sol @@ -61,7 +61,6 @@ contract DeploySIP15ZoneWithENV is Script { } } - contract DeploySIP15ZoneWithCastWallet is Script { uint256 internal _privateKey; address public deployer; @@ -93,4 +92,3 @@ contract DeploySIP15ZoneWithCastWallet is Script { new SIP15Zone(); } } -