Skip to content

Commit

Permalink
use public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
henridevieux committed Nov 22, 2024
1 parent 41c40f9 commit 360c90c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mainnet/2024-11-18-increase-max-gas-limit/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BASE_CONTRACTS_COMMIT=ed36aac52a19bdad6dee09c59e7241fe3a194160
OPTIMISM_REPO=https://github.com/henridevieux/optimism.git
OPTIMISM_BRANCH=systemconfig-max_gas_limit
OPTIMISM_REPO=https://github.com/ethereum-optimism/optimism.git
OPTIMISM_PR_ID=pull/12879/head

SYSTEM_CONFIG_ADDRESS=0x73a79Fab69143498Ed3712e519A88a918e1f4072
SYSTEM_CONFIG_OWNER=0x14536667Cd30e52C0b458BaACcB9faDA7046E056
Expand Down
4 changes: 2 additions & 2 deletions mainnet/2024-11-18-increase-max-gas-limit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ checkout-op-commit:
cd lib/optimism; \
git init; \
git remote add origin $(OPTIMISM_REPO); \
git fetch --depth=1 origin $(OPTIMISM_BRANCH); \
git reset --hard FETCH_HEAD
git fetch --depth=1 origin $(OPTIMISM_PR_ID):pr_branch; \
git switch pr_branch


.PHONY: deploy
Expand Down

0 comments on commit 360c90c

Please sign in to comment.