In Solidity 0.8.20s compiler, the default target EVM version has been changed to Shanghai. This version introduces a new op code called PUSH0.
However, not all Layer 2 solutions have implemented this op code yet, leading to deployment failures on these chains. To overcome this problem, it is recommended to utilize an earlier EVM version.
There are 20 instances of this issue.
