Closed pcaversaccio closed 1 year ago
Add a remark in the hardhat.config.ts file that we do not upgrade to Solidity version 0.8.20 due to potential EVM equivalence issues triggered by the recently introduced PUSH0 opcode.
hardhat.config.ts
0.8.20
PUSH0
Completed via https://github.com/pcaversaccio/create2deployer/commit/fe8e7ee91db4aac7fe0309f2eaf9832765b68f4e.
Add a remark in the
hardhat.config.ts
file that we do not upgrade to Solidity version0.8.20
due to potential EVM equivalence issues triggered by the recently introducedPUSH0
opcode.