Commit 8a6f98bc authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4418 from ethereum-optimism/feat/devnet-l2-ci

ci: run check-l2 script in ci
parents 764a9271 5f428cf7
...@@ -630,6 +630,10 @@ jobs: ...@@ -630,6 +630,10 @@ jobs:
name: Bring up the stack name: Bring up the stack
command: | command: |
make devnet-up-deploy make devnet-up-deploy
- run:
name: Check L2 config
command: npx hardhat check-l2 --network devnetL2
working_directory: packages/contracts-bedrock
- run: - run:
name: Deposit ERC20 through the bridge name: Deposit ERC20 through the bridge
command: timeout 5m npx hardhat deposit-erc20 --network devnetL1 --l1-contracts-json-path ../../.devnet/sdk-addresses.json command: timeout 5m npx hardhat deposit-erc20 --network devnetL1 --l1-contracts-json-path ../../.devnet/sdk-addresses.json
...@@ -651,6 +655,10 @@ jobs: ...@@ -651,6 +655,10 @@ jobs:
name: Bring up the stack name: Bring up the stack
command: | command: |
make devnet-up make devnet-up
- run:
name: Check L2 config
command: npx hardhat check-l2 --network devnetL2
working_directory: packages/contracts-bedrock
- run: - run:
name: Deposit ERC20 through the bridge name: Deposit ERC20 through the bridge
command: timeout 10m npx hardhat deposit-erc20 --network devnetL1 command: timeout 10m npx hardhat deposit-erc20 --network devnetL1
......
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