Skip to content

Commit 523d3b1

Browse files
committed
chore: use bytecode instead of deployedBytecode in bytecode compare script
Signed-off-by: Tomás Migone <[email protected]>
1 parent 9d85394 commit 523d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bytecode-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ process() {
1717
local file="$1"
1818
local out="$2"
1919

20-
jq -r '.deployedBytecode' "$file" | fold -w 64 > "$out"
20+
jq -r '.bytecode' "$file" | fold -w 64 > "$out"
2121
}
2222

2323
# Find all JSON files in DIR1

0 commit comments

Comments
 (0)