Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: use qgb instread of blobstream in command
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 13, 2023
1 parent 66740ca commit b4bf813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/start_node_and_create_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
done

# Register the validator EVM address
celestia-appd tx blobstream register \
celestia-appd tx qgb register \
"${VAL_ADDRESS}" \
"${EVM_ACCOUNT}" \
--from "${MONIKER}" \
Expand Down

0 comments on commit b4bf813

Please sign in to comment.