Skip to content

Commit

Permalink
deps: bump celestia-node to v0.11.0-rc2 (#137)
Browse files Browse the repository at this point in the history
* deps: bump celestia-node to v0.11.0-rc2

* docs: match celestia-node#2277
  • Loading branch information
jcstein authored and tuxcanfly committed Nov 14, 2023
1 parent 118b9ef commit 7cbd21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
container_name: celestia-light-node
user: root
platform: "${PLATFORM}"
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0-rc1"
command: celestia light start --core.ip http://consensus-full-arabica-8.celestia-arabica.com/ --gateway --gateway.addr da --gateway.port 26659 --p2p.network arabica
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0-rc2"
command: celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com/ --gateway --gateway.addr da --gateway.port 26659 --p2p.network arabica
environment:
- NODE_TYPE=light
- P2P_NETWORK=arabica
Expand Down

0 comments on commit 7cbd21a

Please sign in to comment.