Skip to content

Commit

Permalink
fix flatten version
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Nov 17, 2024
1 parent c34e518 commit 79608cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flatten-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rm -rf "$OUTPUT"
mkdir -p "$OUTPUT"

# Get compiler version, expected format ".*version: 'x.y.z',"
version=$(grep 'version' ./hardhat.config.js | sed "s/ *version: '//" | sed "s/',$//g")
version='^0.8.0'

# Flatten files
find "$SOURCE" -name '*.sol' -print | while read -r file; do
Expand Down

0 comments on commit 79608cd

Please sign in to comment.