Skip to content

Commit

Permalink
build(deps): bump local-celestia-devnet to v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 26, 2024
1 parent 2e11a53 commit 8b7dc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Celestia as the data availability (DA) layer.
Currently, the tests assume a working [Celestia devnet](https://github.com/rollkit/local-celestia-devnet) running locally:
```bash
docker run -p 26650:26650 ghcr.io/rollkit/local-celestia-devnet:v0.12.2
docker run -p 26650:26650 ghcr.io/rollkit/local-celestia-devnet:v0.12.7
```
The e2e tests can be triggered with:
Expand Down
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-stack-go:devnet
entrypoint: ["echo", "build complete"]
da:
image: ghcr.io/rollkit/local-celestia-devnet:v0.12.2
image: ghcr.io/rollkit/local-celestia-devnet:v0.12.7
ports:
- "26650:26650"
environment:
Expand Down

0 comments on commit 8b7dc91

Please sign in to comment.