feat: add tests for withdraw, fee and make it DRY
This commit is contained in:
8
foundry/script/Deploy.sol
Normal file
8
foundry/script/Deploy.sol
Normal file
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.13;
|
||||
|
||||
import {Script, console} from "forge-std/Script.sol";
|
||||
|
||||
contract DeployScript is Script {
|
||||
// TODO: implement deploy script
|
||||
}
|
||||
Reference in New Issue
Block a user