Skip to content

Commit

Permalink
fix: ignore extra_data
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Nov 4, 2024
1 parent 39736da commit 4f88454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa_zksync/compiler_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_compiler_output(output):
"zk_version",
"__VYPER_MINIMAL_PROXY_CONTRACT",
"project_metadata",
"extra_data",
}
contract_keys = set(output.keys()) - excluded_keys

Expand Down

0 comments on commit 4f88454

Please sign in to comment.