Commit 81d4b83f authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8113 from ethereum-optimism/ctb/fix-deploy-config-check

contracts-bedrock: cleanup deploy config check
parents 29008011 17d23e55
......@@ -11,11 +11,6 @@ CONTRACTS_BASE=$(dirname $SCRIPT_DIR)
MONOREPO_BASE=$(dirname $(dirname $CONTRACTS_BASE))
for config in $CONTRACTS_BASE/deploy-config/*.json; do
if grep -q "getting-started" <<< "$config"; then
echo "Skipping getting-started.json"
continue
fi
go run $MONOREPO_BASE/op-chain-ops/cmd/check-deploy-config/main.go --path $config
[ $? -eq 0 ] || code=$?
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment