Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 16, 2024
1 parent bde9c35 commit 476f80c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ "${DEPLOY_TYPE}" = "core" ]; then
"${FORGE_BIN_PATH}" script \
"${SCRIPT_PATH_PREFIX}/core/DeployCore.s.sol:DeployTestnet" \
--root "${CONTRACT_REPO_ROOT_PATH}" \
--config-path "${CONTRACT_REPO_ROOT_PATH}/foundry.toml" \
--priority-gas-price 2000000000 \
--with-gas-price 5000000000 \
--chain-id "${CHAIN_ID}" \
Expand All @@ -40,6 +41,7 @@ elif [ "${DEPLOY_TYPE}" = "settlement-gateway" ]; then
"${FORGE_BIN_PATH}" script \
"${SCRIPT_PATH_PREFIX}/standard-bridge/DeployStandardBridge.s.sol:DeploySettlementGateway" \
--root "${CONTRACT_REPO_ROOT_PATH}" \
--config-path "${CONTRACT_REPO_ROOT_PATH}/foundry.toml" \
--priority-gas-price 2000000000 \
--with-gas-price 5000000000 \
--chain-id "${CHAIN_ID}" \
Expand All @@ -55,6 +57,7 @@ elif [ "${DEPLOY_TYPE}" = "l1-gateway" ]; then
"${FORGE_BIN_PATH}" script \
"${SCRIPT_PATH_PREFIX}/standard-bridge/DeployStandardBridge.s.sol:DeployL1Gateway" \
--root "${CONTRACT_REPO_ROOT_PATH}" \
--config-path "${CONTRACT_REPO_ROOT_PATH}/foundry.toml" \
--priority-gas-price 2000000000 \
--with-gas-price 5000000000 \
--rpc-url "https://eth-holesky.g.alchemy.com/v2/a4-kNJRrkOqfQza9FNIayasNghgQk5E6" \
Expand Down

0 comments on commit 476f80c

Please sign in to comment.