chore(deploy): harden scoped verification profiles
Capture targeted Foundry profile and deploy-script updates needed for the operator verification and PMM mesh workflows. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
#
|
||||
set -euo pipefail
|
||||
|
||||
# .env may reference ${INFURA_PROJECT_ID} before load-project-env runs
|
||||
export INFURA_PROJECT_ID="${INFURA_PROJECT_ID:-}"
|
||||
export INFURA_PROJECT_SECRET="${INFURA_PROJECT_SECRET:-}"
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
SMOM_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
|
||||
cd "$SMOM_ROOT"
|
||||
|
||||
Reference in New Issue
Block a user