Skip to content

Commit

Permalink
Sleuth Release
Browse files Browse the repository at this point in the history
This is the v0.0.1 release of Sleuth, which adds official support for revert messages.
  • Loading branch information
hayesgm committed Apr 3, 2024
1 parent 59644b5 commit a0009db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ -z "$body" ]; then
exit 1
fi

sleuth_address="$(forge script --rpc-url="$RPC_URL" --json --silent script/Sleuth.s.sol:Prepare | tee | jq -r '.returns."0".value')"
sleuth_address="$(forge script --rpc-url=$RPC_URL --json --silent script/Sleuth.s.sol:Prepare | tee | jq -r '.returns."0".value')"

echo "title=$title"
echo "body=$body"
Expand Down

0 comments on commit a0009db

Please sign in to comment.