Skip to content

Commit

Permalink
Update scripts/single-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 17, 2023
1 parent 478e397 commit a93181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/single-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sed -i'.bak' 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' "${CELESTIA_APP
VALIDATOR_ADDRESS=$(celestia-appd keys show ${KEY_NAME} --home "${CELESTIA_APP_HOME}" --bech val --address)
EVM_ADDRESS=0x966e6f22781EF6a6A82BBB4DB3df8E225DfD9488 # private key: da6ed55cb2894ac2c9c10209c09de8e8b9d109b910338d5bf3d747a7e1fc9eb9
echo "Registering an EVM address for validator..."
celestia-appd tx blobstream register \
celestia-appd tx qgb register \
${VALIDATOR_ADDRESS} \
${EVM_ADDRESS} \
--from ${KEY_NAME} \
Expand Down

0 comments on commit a93181f

Please sign in to comment.