Solidity compilers we are building have the name of the format: 0.8.23+commit.f704f362.mod.Linux.g++ instead of 0.8.23+commit.f704f362.Linux.g++ with .mod suffix. As a result such suffix is added into metadata compiler version: {"version":"0.8.7+commit.e28d00a7.mod"} which changes the metadata hash of contracts compiled.
We need to fix the build script and recompile all compiler versions
Solidity compilers we are building have the name of the format:
0.8.23+commit.f704f362.mod.Linux.g++instead of0.8.23+commit.f704f362.Linux.g++with.modsuffix. As a result such suffix is added into metadata compiler version:{"version":"0.8.7+commit.e28d00a7.mod"}which changes the metadata hash of contracts compiled.We need to fix the build script and recompile all compiler versions