Skip to content

Commit

Permalink
fix: nomad contract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Aug 14, 2024
1 parent eeba16f commit 493b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "${DEPLOY_TYPE}" = "core" ]; then
echo "Deploying core contracts in testnet environment"
ORACLE_KEYSTORE_ADDRESS="$ORACLE_KEYSTORE_ADDRESS" \
"${FORGE_BIN_PATH}" script \
"${SCRIPT_PATH_PREFIX}"DeployCore.s.sol:DeployTestnet \
"${SCRIPT_PATH_PREFIX}"core/DeployCore.s.sol:DeployTestnet \
--root "${CONTRACT_REPO_ROOT_PATH}" \
--priority-gas-price 2000000000 \
--with-gas-price 5000000000 \
Expand Down

0 comments on commit 493b8c9

Please sign in to comment.