Skip to content

Commit

Permalink
refactor: rename multi-chain script
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 17, 2023
1 parent 45b5732 commit 79aa953
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/deploy-multi-chains.sh → shell/deploy-multi-chain.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env bash

# Usage: ./shell/deploy-multi-chains.sh [options] [[chain1 chain2 ...]]
# Usage: ./shell/deploy-multi-chain.sh [options] [[chain1 chain2 ...]]
# Options:
# --all Deploy on all chains.
# --broadcast Broadcast the deployment and verify on Etherscan.
# --deterministic Deploy using the deterministic script.
# --with-gas-price Specify gas price for transaction.
# Example: ./shell/deploy-multi-chains.sh # By default, deploys only to Sepolia
# Example: ./shell/deploy-multi-chains.sh --broadcast optimism mainnet
# Example: ./shell/deploy-multi-chains.sh --broadcast --deterministic mainnet
# Example: ./shell/deploy-multi-chain.sh # By default, deploys only to Sepolia
# Example: ./shell/deploy-multi-chain.sh --broadcast optimism mainnet
# Example: ./shell/deploy-multi-chain.sh --broadcast --deterministic mainnet

# Make sure you set-up your `.env.deployment` file first.

Expand Down

0 comments on commit 79aa953

Please sign in to comment.