Skip to content

Commit

Permalink
Document broadcast flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jun 14, 2024
1 parent 4a3d9b7 commit baf04c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/ops/test/FixedPriceBatch-BaseDTL/createAuction.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Usage:
# ./createAuction.sh --quoteToken <address> --baseToken <address> --callback <address> --envFile <.env>
# ./createAuction.sh --quoteToken <address> --baseToken <address> --callback <address> --envFile <.env> --broadcast <false>
#
# Expects the following environment variables:
# CHAIN: The chain to deploy to, based on values from the ./script/env.json file.
Expand Down
2 changes: 1 addition & 1 deletion script/ops/test/FixedPriceBatch-BaseDTL/placeBid.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Usage:
# ./placeBid.sh --lotId <uint96> --amount <uint256> --envFile <.env>
# ./placeBid.sh --lotId <uint96> --amount <uint256> --envFile <.env> --broadcast <false>
#
# Expects the following environment variables:
# CHAIN: The chain to deploy to, based on values from the ./script/env.json file.
Expand Down
2 changes: 1 addition & 1 deletion script/ops/test/FixedPriceBatch-BaseDTL/settleAuction.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Usage:
# ./settleAuction.sh --lotId <uint96> --envFile <.env>
# ./settleAuction.sh --lotId <uint96> --envFile <.env> --broadcast <false>
#
# Expects the following environment variables:
# CHAIN: The chain to deploy to, based on values from the ./script/env.json file.
Expand Down

0 comments on commit baf04c2

Please sign in to comment.