Skip to content

Commit

Permalink
fix: smoke tests on main
Browse files Browse the repository at this point in the history
fix: smoke tests on main
  • Loading branch information
wanglonghong authored Oct 4, 2023
2 parents b3a4466 + 12a7bcd commit 6ae3850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- CHAIN_ID=31337
- PORT=8545
container_name: anvil-31337
image: anvil:latest
image: ghcr.io/connext/anvil:latest
ports:
- "8547:8545"

Expand All @@ -17,7 +17,7 @@ services:
- CHAIN_ID=31338
- PORT=8545
container_name: anvil-31338
image: anvil:latest
image: ghcr.io/connext/anvil:latest
ports:
- "8548:8545"

Expand All @@ -27,7 +27,7 @@ services:
- CHAIN_ID=31339
- PORT=8545
container_name: anvil-31339
image: anvil:latest
image: ghcr.io/connext/anvil:latest
ports:
- "8549:8545"

Expand Down

0 comments on commit 6ae3850

Please sign in to comment.