Skip to content

Commit

Permalink
Merge pull request #180 from ethereum-optimism/harry/update_genesis_0…
Browse files Browse the repository at this point in the history
…9_30_2024

feat(genesis): update genesis to use latest `L2toL2CrossDomainMessenger`
  • Loading branch information
tremarkley authored Oct 1, 2024
2 parents bd741f1 + 87bd24f commit e6ed451
Show file tree
Hide file tree
Showing 45 changed files with 1,651 additions and 1,604 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ checkout-optimism-monorepo:
cd lib/optimism && \
git init && \
git remote add origin https://github.com/ethereum-optimism/optimism.git && \
git fetch --depth=1 origin 3210a8c6bb7f98639213fb49718919d84aa8774a && \
git fetch --depth=1 origin 52d0e60c16498ad4efec8798e3fc1b36b13f46a2 && \
git reset --hard FETCH_HEAD && \
git submodule update --init --recursive && \
make cannon-prestate
Expand Down
59 changes: 56 additions & 3 deletions bindings/crossl2inbox.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6ed451

Please sign in to comment.