From 4da3d5dd86aeac4c4cebd88c9451230f4bca076f Mon Sep 17 00:00:00 2001 From: Smuu <18609909+Smuu@users.noreply.github.com> Date: Sat, 10 Jun 2023 11:05:11 +0200 Subject: [PATCH] feat: change to chain-id: private to be able to start light node with it Signed-off-by: Smuu <18609909+Smuu@users.noreply.github.com> --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f616caa..e227bf5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -CHAINID="test" +CHAINID="private" rm -rf /root/.celestia-app