Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Dec 13, 2023
1 parent 227f5e6 commit ae0f449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/PWN.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ contract Deploy is Deployments, Script {
/*
forge script script/PWN.s.sol:Deploy \
--sig "deployProtocol()" \
--rpc-url $BSC_URL \
--ledger --hd-paths "m/44'/60'/3'/0/0" --sender 0x3e3290A1CF0a845bde14e842e9f2e5687F434C8b \
--with-gas-price $(cast --to-wei 3 gwei) \
--rpc-url $RPC_URL \
--private-key $PRIVATE_KEY \
--with-gas-price $(cast --to-wei 15 gwei) \
--verify --etherscan-api-key $BSCSCAN_API_KEY \
--broadcast
*/
Expand Down

0 comments on commit ae0f449

Please sign in to comment.