Skip to content

Commit

Permalink
Merge pull request #219 from ethereum-optimism/harry/supersim_latest_…
Browse files Browse the repository at this point in the history
…superchain_weth

feat(SuperchainWETH): update supersim to use latest SuperchainWETH contract
  • Loading branch information
tremarkley authored Oct 22, 2024
2 parents 3897950 + 40e691f commit 601e58e
Show file tree
Hide file tree
Showing 21 changed files with 257 additions and 255 deletions.
6 changes: 5 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ clean-lib:

checkout-optimism-monorepo:
cd lib/optimism && \
git fetch origin $(cat ../../monorepo-commit-hash) && \
git checkout $(cat ../../monorepo-commit-hash)

install-submodules:
git submodule update --init --recursive --progress --depth=1
cd $(git rev-parse --show-toplevel)
git add lib/optimism
git submodule update --init --recursive --progress --depth=1 && \
git reset lib/optimism

calculate-artifact-url:
#!/usr/bin/env bash
Expand Down
5 changes: 3 additions & 2 deletions bindings/crossl2inbox.go

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

5 changes: 3 additions & 2 deletions bindings/l1blockinterop.go

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

5 changes: 3 additions & 2 deletions bindings/l2tol2crossdomainmessenger.go

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

7 changes: 4 additions & 3 deletions bindings/superchainerc20.go

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

5 changes: 3 additions & 2 deletions bindings/superchaintokenbridge.go

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

Loading

0 comments on commit 601e58e

Please sign in to comment.