Skip to content

Commit 7f98695

Browse files
authored
Merge pull request #290 from ethereum-optimism/harry/superchain_eth_transfers
feat: enable native ETH L2 to L2 transfers
2 parents ac5f803 + 779a969 commit 7f98695

38 files changed

+931
-873
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fetch-monorepo-contracts version:
3535
git fetch origin {{version}}
3636

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

4040
install-monorepo-contracts version: (fetch-monorepo-contracts version)
4141
cd contracts && \

bindings/crossl2inbox.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)