Skip to content

correct workdir #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/run-op-deployer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ EOF
L1_CHAIN_ID=11155111
L2_CHAIN_ID=120893
L2_CHAIN_ID_HEX=0x000000000000000000000000000000000000000000000000000000000001d83d
WORKDIR="$HOME/running-sova/config/testnet-sepolia"
WORKDIR="$PWD/config/testnet-sepolia"
OP_DEPLOYER_IMAGE="us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.3.3"
ARTIFACTS_URL="https://github.com/SovaNetwork/optimism/releases/download/op-deployer-v0.3.3-op-contracts-v3.0.0/sova-bedrock-op-testnet-artifacts.tar.gz"

Expand Down