Skip to content

Commit

Permalink
πŸš€ TODO : deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Jun 5, 2024
1 parent 261f43c commit b375921
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.25;

// TODO: adapt deploy script to deploy the KSXVault contract
/*
import {BaseGoerliParameters} from
"script/utils/parameters/BaseGoerliParameters.sol";
import {BaseParameters} from "script/utils/parameters/BaseParameters.sol";
Expand All @@ -12,7 +14,7 @@ import {Script} from "lib/forge-std/src/Script.sol";
import {Counter} from "src/Counter.sol";
/// @title Kwenta deployment script
/// @author JaredBorders ([email protected])
/// @author Flocqst ([email protected])
contract Setup is Script {
function deploySystem() public returns (address) {
Counter counter = new Counter();
Expand Down Expand Up @@ -76,3 +78,4 @@ contract DeployOptimismGoerli is Setup, OptimismGoerliParameters {
vm.stopBroadcast();
}
}
*/

0 comments on commit b375921

Please sign in to comment.