# [Dev] What is EVM version? **Published by:** [Shushant](https://paragraph.com/@shushant/) **Published on:** 2024-05-02 **URL:** https://paragraph.com/@shushant/%5Bdev%5D-what-is-evm-version ## Content TLDR:evm version specifies what opcodes are allowed to be used by specifiying the hardfork name.For example, selecting shanghai as the evm version will make use of the push0 opcode along with opcodes introduced in previous hardforks.This opcode enables significant gas savings, making both deployments and execution cheaper.On ethereum mainnet, you can safely use the latest hardfork as the evm version. However, other L1s and L2s may not support those opcodesIts important to understand if the EVM equivalent chain you are deploying to supports all the opcodes specified at your evm version. Deploying with an evm version you chain does not support will lead to failed deploymentsNote: you are able to set the highest version of solidity on whatever chain you are deploying to as long as you specify the correct evmVersion supported on that chainWhat is the latest evm version I can use per chain?Dencun → Fork from Mar 13, 2024EthereumShanghai → Fork from Apr 12, 2023ArbitrumAvalancheBaseOptimismPolygonParis (POW to POS) → Fork from Sep 15, 2022BlastBinance(Nearly all EVM chains support paris hardfork)Additional readingshttps://ethereum.org/en/history/ ## Publication Information - [Shushant](https://paragraph.com/@shushant/): Publication homepage - [All Posts](https://paragraph.com/@shushant/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@shushant): Subscribe to updates - [Twitter](https://twitter.com/0xshushant): Follow on Twitter ## Optional - [Collect as NFT](https://paragraph.com/@shushant/%5Bdev%5D-what-is-evm-version): Support the author by collecting this post - [View Collectors](https://paragraph.com/@shushant/%5Bdev%5D-what-is-evm-version/collectors): See who has collected this post