Skip to content

Commit

Permalink
fix: resolve max_subscriptions and share sequence errors (#120)
Browse files Browse the repository at this point in the history
* change RPC to P-OPS

* deps: change to test version of node

celestiaorg/celestia-node#2257

* fix: version for image

* use sha

* change path...
  • Loading branch information
jcstein authored and tuxcanfly committed Nov 13, 2023
1 parent f798c2b commit ca6715e
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.10.0"
command: celestia light start --core.ip https://celestia.rpc.waynewayner.de/ --gateway --gateway.addr da --gateway.port 26659 --p2p.network blockspacerace
image: "ghcr.io/celestiaorg/celestia-node:e5efcb0"
command: celestia light start --core.ip https://rpc-blockspacerace.pops.one/ --gateway --gateway.addr da --gateway.port 26659 --p2p.network blockspacerace
environment:
- NODE_TYPE=light
- P2P_NETWORK=blockspacerace
Expand Down

0 comments on commit ca6715e

Please sign in to comment.