Commit 6571cd72 authored by Will Cory's avatar Will Cory

fork specific block numbers for deterministic tests

parent 93f08be0
...@@ -551,11 +551,13 @@ jobs: ...@@ -551,11 +551,13 @@ jobs:
- run: - run:
name: anvil-l1 name: anvil-l1
background: true background: true
command: anvil --fork-url $ANVIL_L1_FORK_URL # atm this is goerli but we should use mainnet after bedrock is live
command: anvil --fork-url $ANVIL_L1_FORK_URL --fork-block-number 8847426
- run: - run:
name: anvil-l2 name: anvil-l2
background: true background: true
command: anvil --fork-url $ANVIL_L2_FORK_URL --port 9545 # 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 8172732
- run: - run:
name: build name: build
command: yarn build command: yarn build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment