Skip to content

Commit

Permalink
Fix missing --broadcast for forge create v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Feb 4, 2025
1 parent b24c790 commit 8a750e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/celo/test_weth_bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONTRACTS_DIR=$SCRIPT_DIR/../../packages/contracts-bedrock

# Deploy WETH
L1_WETH=$(
ETH_RPC_URL=$ETH_RPC_URL_L1 forge create --private-key=$ACC_PRIVKEY --root $CONTRACTS_DIR $CONTRACTS_DIR/src/universal/WETH98.sol:WETH98 --json | jq .deployedTo -r
ETH_RPC_URL=$ETH_RPC_URL_L1 forge create --broadcast --private-key=$ACC_PRIVKEY --root $CONTRACTS_DIR $CONTRACTS_DIR/src/universal/WETH98.sol:WETH98 --json | jq .deployedTo -r
)

# create ERC20 token on L2
Expand Down

0 comments on commit 8a750e7

Please sign in to comment.