Commit b2d82ee5 authored by tre's avatar tre

remove forked block number

parent 1b3cddac
......@@ -584,12 +584,12 @@ 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 9139321
command: anvil --fork-url $ANVIL_L1_FORK_URL
- 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 10365200
command: anvil --fork-url $ANVIL_L2_FORK_URL --port 9545
- run:
name: 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