Skip to content

Commit

Permalink
Update deploy script for new deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Jun 10, 2024
1 parent 71cdef7 commit 7dd4560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rvsol/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -eo pipefail

TARGET_L1_RPC_URL="${TARGET_L1_RPC_URL:-"http://localhost:8545"}"
DEPLOY_PRIVATE_KEY="${DEPLOY_PRIVATE_KEY:-"0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"}" # foundry pre-funded account #1
# foundry pre-funded account #4: gnosis safe's owner(0x90F79bf6EB2c4f870365E785982E1f101E93b906)
DEPLOY_PRIVATE_KEY="${DEPLOY_PRIVATE_KEY:-"0x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6"}"

if [ -z "${TARGET_L2_DEPLOYMENT_FILE}" ]; then
echo "TARGET_L2_DEPLOYMENT_FILE is not set. Must point target chain deployment file (optimism/packages/contracts-bedrock/deployments/devnetL1/.deploy)"
Expand Down

0 comments on commit 7dd4560

Please sign in to comment.