Skip to content

Commit 266e6f7

Browse files
committed
update script name
1 parent dd2797e commit 266e6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/UninstallPool.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {ScriptUtil} from "./ScriptUtil.s.sol";
55
import {IEulerSwapFactory, IEulerSwap, EulerSwapFactory} from "../src/EulerSwapFactory.sol";
66
import {IEVC, IEulerSwap} from "../src/EulerSwap.sol";
77

8-
/// @title Script to deploy new pool.
9-
contract DeployPool is ScriptUtil {
8+
/// @title Script to uninstall a pool from an account.
9+
contract UninstallPool is ScriptUtil {
1010
function run() public {
1111
// load wallet
1212
uint256 eulerAccountKey = vm.envUint("WALLET_PRIVATE_KEY");

0 commit comments

Comments
 (0)