We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d85394 commit 523d3b1Copy full SHA for 523d3b1
scripts/bytecode-diff.sh
@@ -17,7 +17,7 @@ process() {
17
local file="$1"
18
local out="$2"
19
20
- jq -r '.deployedBytecode' "$file" | fold -w 64 > "$out"
+ jq -r '.bytecode' "$file" | fold -w 64 > "$out"
21
}
22
23
# Find all JSON files in DIR1
0 commit comments