sepolia redeploy

This commit is contained in:
tim
2025-10-27 11:55:26 -04:00
parent ba08da2fca
commit 015fe95284
63 changed files with 89 additions and 77 deletions

View File

@@ -3,6 +3,13 @@
CHAINID=11155111
DEPLOY_SCRIPT=DeploySepolia
if [ -f ".env-secret" ]; then
echo "Reading environment from .env-secret"
set -a
source .env-secret
set +a
fi
if [ -z "$SEPOLIA_RPC_URL" ]; then
echo "Usage: SEPOLIA_RPC_URL environment variable must be set"
exit 1