Skip to content

Commit

Permalink
chore: update local-celestia-devnet version (#244)
Browse files Browse the repository at this point in the history
* chore: update local-celestia-devnet version

* docs: update readme

* chore: update testnet version to v0.12.0
  • Loading branch information
jcstein authored Nov 14, 2023
1 parent a198968 commit c737588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 --platform linux/amd64 -p 26658:26658 ghcr.io/rollkit/local-celestia-devnet:v0.11.0-rc8
docker run --platform linux/amd64 -p 26658:26658 ghcr.io/rollkit/local-celestia-devnet:v0.12.1
```

The e2e tests can be triggered with:
Expand Down
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
#container_name: celestia-light-node
user: root
platform: "${PLATFORM}"
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0"
image: "ghcr.io/celestiaorg/celestia-node:v0.12.0"
command: celestia light start --core.ip rpc-mocha.pops.one --p2p.network mocha --log.level debug --gateway
environment:
- NODE_TYPE=light
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 @@ -13,7 +13,7 @@ volumes:
services:
da:
platform: linux/x86_64
image: "ghcr.io/rollkit/local-celestia-devnet:v0.11.0"
image: "ghcr.io/rollkit/local-celestia-devnet:v0.12.1"
ports:
- "26657:26657"
- "26658:26658"
Expand Down

0 comments on commit c737588

Please sign in to comment.