Skip to content

Commit 5522da4

Browse files
committed
Revert "Is the problem in /script?"
This reverts commit ed19444.
1 parent ed19444 commit 5522da4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

script/Deploy.s.sol

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// SPDX-License-Identifier: MIT
2+
pragma solidity ^0.8.20;
3+
4+
import "forge-std/Script.sol";
5+
6+
contract Deploy is Script {
7+
function run() public {
8+
vm.broadcast();
9+
}
10+
}

0 commit comments

Comments
 (0)