Defines the Paris hardfork.
It includes the PREVRANDAO instruction.
Solidity 0.8.18 includes Support for Paris Hardfork,
which introduces the global block.prevrandao built-in in Solidity and prevrandao()
instruction in inline assembly and Yul for EVM versions >= Paris.
Defines the
Parishardfork. It includes thePREVRANDAOinstruction.Solidity
0.8.18includes Support for Paris Hardfork, which introduces the globalblock.prevrandaobuilt-in in Solidity andprevrandao()instruction in inline assembly and Yul for EVM versions >= Paris.