Skip to content

Commit

Permalink
Merge pull request #290 from ethereum-optimism/harry/superchain_eth_t…
Browse files Browse the repository at this point in the history
…ransfers

feat: enable native ETH L2 to L2 transfers
  • Loading branch information
tremarkley authored Dec 2, 2024
2 parents ac5f803 + 779a969 commit 7f98695
Show file tree
Hide file tree
Showing 38 changed files with 931 additions and 873 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fetch-monorepo-contracts version:
git fetch origin {{version}}

install-monorepo-go version:
go get github.com/ethereum-optimism/optimism@{{version}}
go get github.com/ethereum-optimism/optimism@{{version}} && go mod tidy

install-monorepo-contracts version: (fetch-monorepo-contracts version)
cd contracts && \
Expand Down
20 changes: 10 additions & 10 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 7f98695

Please sign in to comment.