Skip to content

Commit

Permalink
update command comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Sep 9, 2024
1 parent 5455597 commit 5b981a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy/local/Deploy_From_Scratch.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import "forge-std/Test.sol";
// source .env

// # To deploy and verify our contract
// forge script script/deploy/devnet/Deploy_From_Scratch.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast --sig "run(string memory configFile)" -- deploy_from_scratch.anvil.config.json
// RUST_LOG=forge,foundry=trace forge script script/deploy/local/Deploy_From_Scratch.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast --sig "run(string memory configFile)" -- devnet/deploy_from_scratch.anvil.config.json
contract DeployFromScratch is Script, Test {
Vm cheats = Vm(HEVM_ADDRESS);

Expand Down

0 comments on commit 5b981a4

Please sign in to comment.