Commit afe867bc authored by James Kim's avatar James Kim

bump block fork numbers

parent 29c54510
...@@ -564,12 +564,12 @@ jobs: ...@@ -564,12 +564,12 @@ jobs:
name: anvil-l1 name: anvil-l1
background: true background: true
# atm this is goerli but we should use mainnet after bedrock is live # 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 command: anvil --fork-url $ANVIL_L1_FORK_URL --fork-block-number 9023108
- run: - run:
name: anvil-l2 name: anvil-l2
background: true background: true
# atm this is goerli but we should use mainnet after bedrock is live # 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 command: anvil --fork-url $ANVIL_L2_FORK_URL --port 9545 --fork-block-number 9504811
- 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