Skip to content

Commit

Permalink
Adds via-ir path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Mar 8, 2024
1 parent 22a97fa commit 335453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

if [ "$DEPLOY_TYPE" = "core" ]; then
echo "Deploying core contracts"
$FORGE_BIN_PATH script ${SCRIPT_PATH_PREFIX}DeployScripts.s.sol:DeployScript --rpc-url "$RPC_URL" --private-key "$PRIVATE_KEY" --broadcast --chain-id "$CHAIN_ID" -vvvv --use 0.8.23 $ROOT_OPTION
$FORGE_BIN_PATH script ${SCRIPT_PATH_PREFIX}DeployScripts.s.sol:DeployScript --rpc-url "$RPC_URL" --private-key "$PRIVATE_KEY" --broadcast --chain-id "$CHAIN_ID" -vvvv --use 0.8.23 $ROOT_OPTION --via-ir

elif [ "$DEPLOY_TYPE" = "whitelist" ]; then
if [ -z "$HYP_ERC20_ADDR" ]; then
Expand Down

0 comments on commit 335453e

Please sign in to comment.