Skip to content

Commit

Permalink
fix storage check
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 31, 2023
1 parent a8dbbb0 commit 5753fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generate() {
for contract in ${contracts[@]}
do
{ echo -e "\n======================="; echo "$contract" ; echo -e "=======================\n"; } >> "$file"
forge inspect --pretty "$contract" storage-layout >> "$file"
FOUNDRY_PROFILE=dev forge inspect --pretty "$contract" storage-layout >> "$file"
done
if [[ $func == "generate" ]]; then
echo "Storage layout snapshot stored at $file"
Expand Down

0 comments on commit 5753fda

Please sign in to comment.