diff --git a/boa_zksync/compiler_utils.py b/boa_zksync/compiler_utils.py index e3721b8..62d096e 100644 --- a/boa_zksync/compiler_utils.py +++ b/boa_zksync/compiler_utils.py @@ -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