Commit 926f04bd authored by Mark Tyneway's avatar Mark Tyneway

ci: fix command

parent bdd0e699
...@@ -641,7 +641,7 @@ jobs: ...@@ -641,7 +641,7 @@ jobs:
make devnet-up make devnet-up
- run: - run:
name: Check L2 config name: Check L2 config
command: npx hardhat check-l2 --network devnetL2 command: npx hardhat check-l2 --network devnetL1 --l2-rpc-url http://localhost:9545 --l1-rpc-url http://localhost:8545
working_directory: packages/contracts-bedrock working_directory: packages/contracts-bedrock
- run: - run:
name: Deposit ERC20 through the bridge name: Deposit ERC20 through the bridge
......
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