Skip to content

Commit

Permalink
Merge pull request #70 from rollkit/node12app13
Browse files Browse the repository at this point in the history
update node and app versions to mainnet
  • Loading branch information
MSevey authored Nov 1, 2023
2 parents ed467da + 865d708 commit 24d8843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/celestiaorg/celestia-app:v1.3.0 AS celestia-app

FROM ghcr.io/celestiaorg/celestia-node:v0.11.0
FROM ghcr.io/celestiaorg/celestia-node:v0.12.0

USER root

Expand Down
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ export CELESTIA_NODE_AUTH_TOKEN=$(celestia bridge auth admin --node.store ${NODE
echo "WARNING: Keep this auth token secret **DO NOT** log this auth token outside of development. CELESTIA_NODE_AUTH_TOKEN=$CELESTIA_NODE_AUTH_TOKEN"
celestia bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
# --core.ip 127.0.0.1 \
# --core.ip rpc-mocha.pops.one:26657 \
# --core.rpc.port 9090 \
--keyring.accname validator

0 comments on commit 24d8843

Please sign in to comment.