Skip to content

Commit

Permalink
refactor: command
Browse files Browse the repository at this point in the history
  • Loading branch information
neutiyoo committed Oct 17, 2024
1 parent 6b7b0ec commit 65011aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/TemplateVerifier.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
IncredibleSquaringTemplate, IIncredibleSquaringTaskManager
} from "../src/templates/IncredibleSquaringTemplate.sol";

// forge script ./script/TemplateVerifier.s.sol --private-key $PK --rpc-url $URL --etherscan-api-key $API_KEY --broadcast -vvvv --slow --verify
contract TemplateVerifier is Script {
function run() external {
// Start broadcasting for deploying the contracts
Expand Down

0 comments on commit 65011aa

Please sign in to comment.