From 493b8c9dbdc9963fbeb7db8d708a37a1cdf67c94 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:12:30 -0700 Subject: [PATCH] fix: nomad contract deployment --- contracts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/entrypoint.sh b/contracts/entrypoint.sh index e4ada7310..b81ad6927 100755 --- a/contracts/entrypoint.sh +++ b/contracts/entrypoint.sh @@ -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 \