Skip to content

Commit

Permalink
fix dockerfile back to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 5, 2024
1 parent 4f40367 commit 1032c95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/conventional-pr-title-checker.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="/root/.foundry/bin:${PATH}"
RUN foundryup

RUN git clone https://github.com/barnabasbusa/optimism.git && \
RUN git clone https://github.com/ethereum-optimism/optimism.git && \
cd optimism && \
git checkout bbusa/customize-chain-info && \
git pull origin bbusa/customize-chain-info && \
git checkout develop && \
git pull origin develop && \
pnpm install && \
pnpm build

Expand Down
3 changes: 0 additions & 3 deletions src/contracts/contract_deployer.star
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ def launch_contract_deployer(
"DEPLOYMENT_OUTFILE": "/workspace/optimism/packages/contracts-bedrock/deployments/"
+ str(l1_chain_id)
+ "/kurtosis.json",
# "CONTRACT_ADDRESSES_PATH": "/workspace/optimism/packages/contracts-bedrock/deployments/"
# + str(l1_chain_id)
# + "/kurtosis.json",
"DEPLOY_CONFIG_PATH": "/workspace/optimism/packages/contracts-bedrock/deploy-config/getting-started.json",
"STATE_DUMP_PATH": "/workspace/optimism/packages/contracts-bedrock/deployments/"
+ str(l1_chain_id)
Expand Down

0 comments on commit 1032c95

Please sign in to comment.