We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2797e commit 266e6f7Copy full SHA for 266e6f7
script/UninstallPool.s.sol
@@ -5,8 +5,8 @@ import {ScriptUtil} from "./ScriptUtil.s.sol";
5
import {IEulerSwapFactory, IEulerSwap, EulerSwapFactory} from "../src/EulerSwapFactory.sol";
6
import {IEVC, IEulerSwap} from "../src/EulerSwap.sol";
7
8
-/// @title Script to deploy new pool.
9
-contract DeployPool is ScriptUtil {
+/// @title Script to uninstall a pool from an account.
+contract UninstallPool is ScriptUtil {
10
function run() public {
11
// load wallet
12
uint256 eulerAccountKey = vm.envUint("WALLET_PRIVATE_KEY");
0 commit comments