Open stiefn opened 2 months ago
When we compare the onchain bytecode with the project bytecode, we ignore the (deployed) bytecode of the child contract if it is a factory. But we should ignore the init_bytecode as this is part of the provided factory bytecode..
init_bytecode
That can be an issue for child contracts that are deployed during the deployment of the factory.
When we compare the onchain bytecode with the project bytecode, we ignore the (deployed) bytecode of the child contract if it is a factory. But we should ignore the
init_bytecode
as this is part of the provided factory bytecode..That can be an issue for child contracts that are deployed during the deployment of the factory.