Skip to content

Commit

Permalink
Merge branch 'develop' into update_eco_bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Jun 29, 2023
2 parents 9d2270b + 6856455 commit 59abd46
Show file tree
Hide file tree
Showing 16 changed files with 153 additions and 147,577 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-lobsters-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': minor
---

Fixes issue with legacy withdrawal message status detection
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,13 @@ jobs:
background: true
# atm this is goerli but we should use mainnet after bedrock is live
command: anvil --fork-url $ANVIL_L1_FORK_URL --fork-block-number 9256679

- run:
name: anvil-l2
background: true
# atm this is goerli but we should use mainnet after bedrock is live
command: anvil --fork-url $ANVIL_L2_FORK_URL --port 9545 --fork-block-number 11276409

- run:
name: build
command: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: pnpm

- name: Install Dependencies
run: pnpm --frozen-lockfile
run: pnpm install --frozen-lockfile

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
Loading

0 comments on commit 59abd46

Please sign in to comment.