Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 849c4d1

Browse files
committed
feat: add exploit script template
1 parent db49dd7 commit 849c4d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// SPDX-License-Identifier: UNLICENSED
2+
pragma solidity 0.8.17;
3+
4+
import "forge-std/Script.sol";
5+
6+
contract ExploitScript is Script {
7+
function run() public {}
8+
}

0 commit comments

Comments
 (0)