Skip to content

Commit

Permalink
feat: enable native ETH L2 to L2 transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
tremarkley committed Dec 2, 2024
1 parent ac5f803 commit 779a969
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 779a969

Please sign in to comment.