When only the bytecode contract gets updated and not the abi signature, the bytecode field in the resulted generated file is incorrect due to caching. This makes the bytecode field in the generated file outdated, and also breaks using the deploy function from the generated contracts.
When only the bytecode contract gets updated and not the abi signature, the bytecode field in the resulted generated file is incorrect due to caching. This makes the bytecode field in the generated file outdated, and also breaks using the
deploy
function from the generated contracts.