Formatting docs/using-the-compiler.rst

Co-authored-by: Nuno Santos <nunofilipesantos@gmail.com>
This commit is contained in:
Cliff Syner 2023-07-10 09:20:10 -05:00 committed by GitHub
parent 58a4296989
commit 09c30566eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,8 @@ Input Description
},
// Version of the EVM to compile for.
// Affects type checking and code generation. Can be homestead,
// tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london, paris or shanghai
// tangerineWhistle, spuriousDragon, byzantium, constantinople,
// petersburg, istanbul, berlin, london, paris or shanghai (default)
"evmVersion": "byzantium",
// Optional: Change compilation pipeline to go through the Yul intermediate representation.
// This is false by default.