Files
self/contracts/scripts/staging.sh
turnoffthiscomputer dd02d04a09 Contracts/deploy staging (#668)
* update scripts

* deploy vc and disclose id

* fix the deployment scripts on staging

* update yarn.lock
2025-06-24 00:29:12 +02:00

13 lines
468 B
Bash
Executable File

#!/bin/bash
# Create directories if they don't exist
mkdir -p ignition/deployments/staging/artifacts
# Copy deployed_addresses.json
cp ignition/deployments/chain-44787/deployed_addresses.json ignition/deployments/staging/deployed_addresses.json
# Copy all artifacts from chain-44787 to staging
cp -r ignition/deployments/chain-44787/artifacts/* ignition/deployments/staging/artifacts/
echo "Successfully exported chain-44787 deployment files to staging directory"