Skip to content

Commit

Permalink
Fix --fork-block-number to correct network block number
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Jun 17, 2023
1 parent 34bacb8 commit 54c901c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ jobs:
name: anvil-l1
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 17494285
command: anvil --fork-url $ANVIL_L1_FORK_URL --fork-block-number 9190101
- run:
name: anvil-l2
background: true
Expand Down

0 comments on commit 54c901c

Please sign in to comment.