From 7643d2904faa324061ead80dd1c9889aa38d8a55 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 22 Mar 2024 22:09:38 -0400 Subject: [PATCH] chore: remove no-op sed commands Closes https://github.com/rollkit/local-celestia-devnet/issues/96 Untested so defer to maintainers if these actually do something --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 380844b..fdcc4ac 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,8 +35,6 @@ celestia-appd collect-gentxs sed -i'.bak' 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~/.celestia-app/config/config.toml sed -i'.bak' 's/^timeout_commit\s*=.*/timeout_commit = "2s"/g' ~/.celestia-app/config/config.toml sed -i'.bak' 's/^timeout_propose\s*=.*/timeout_propose = "2s"/g' ~/.celestia-app/config/config.toml -sed -i'.bak' 's/index_all_keys = false/index_all_keys = true/g' ~/.celestia-app/config/config.toml -sed -i'.bak' 's/mode = "full"/mode = "validator"/g' ~/.celestia-app/config/config.toml # Register the validator EVM address {