Skip to content

Commit

Permalink
Merge pull request #95 from rootulp/patch-1
Browse files Browse the repository at this point in the history
chore: remove qgb register invocation
  • Loading branch information
MSevey authored Apr 2, 2024
2 parents a7aa7c3 + fa89637 commit c1eafde
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 @@ -38,21 +38,6 @@ sed -i'.bak' 's/^timeout_propose\s*=.*/timeout_propose = "2s"/g' ~/.celestia-app
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
{
# 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 c1eafde

Please sign in to comment.