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

Commit

Permalink
fix: deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 14, 2023
1 parent ab01165 commit d0285ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/deploy_blobstream_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ echo "deploying Blobstream contract..."

echo $(cat /opt/output)

cat /opt/output | grep "deployed" | awk '{ print $6 }' | cut -f 2 -d = > /opt/blobstream_address.txt
cat /opt/output | grep "deployed" | awk '{ print $6 }' | grep -o '0x.*' > /opt/blobstream_address.txt

0 comments on commit d0285ad

Please sign in to comment.