Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly authored Apr 2, 2024
2 parents 7643d29 + c1eafde commit 8cea8e2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ sed -i'.bak' 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~/.celestia-app
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

# Register the validator EVM address
{
# wait for block 1
sleep 20

# private key: da6ed55cb2894ac2c9c10209c09de8e8b9d109b910338d5bf3d747a7e1fc9eb9
celestia-appd tx qgb register \
"$(celestia-appd keys show validator --home "${APP_PATH}" --bech val -a)" \
0x966e6f22781EF6a6A82BBB4DB3df8E225DfD9488 \
--from validator \
--home "${APP_PATH}" \
--fees 30000utia -b block \
-y
} &

mkdir -p $NODE_PATH/keys
cp -r $APP_PATH/keyring-test/ $NODE_PATH/keys/keyring-test/

Expand Down

0 comments on commit 8cea8e2

Please sign in to comment.