diff --git a/.github/workflows/bytecode-analysis.yml b/.github/workflows/bytecode-analysis.yml index a89c7dfa8b8..5f1ee2a3f55 100644 --- a/.github/workflows/bytecode-analysis.yml +++ b/.github/workflows/bytecode-analysis.yml @@ -2,6 +2,8 @@ name: Check Bytecode Changes on: pull_request: + branches: + - main paths: - 'solidity/**' - '.github/workflows/bytecode-analysis.yml' diff --git a/solidity/foundry.toml b/solidity/foundry.toml index 21e9804eecc..905b6641568 100644 --- a/solidity/foundry.toml +++ b/solidity/foundry.toml @@ -19,6 +19,7 @@ ignored_warnings_from = ['lib', 'test', 'contracts/test'] verbosity = 4 # disable metadata for bytecode comparison cbor_metadata = false +bytecode_hash = "none" [rpc_endpoints] mainnet = "${RPC_URL_MAINNET}"