From 1bf9343100120b8048d346c77f6e6b6f387cf6dc Mon Sep 17 00:00:00 2001 From: MrDeadCe11 Date: Thu, 6 Jun 2024 18:44:54 -0500 Subject: [PATCH] linted --- script/DeploySIP15Zone.s.sol | 2 -- 1 file changed, 2 deletions(-) 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(); } } -