Skip to content

Commit b29d8a4

Browse files
Merge pull request ethereum#14391 from alpinevm/patch-2
Update compiler standard input docs to include shanghai in the available evm version options
2 parents b583e9e + 09c3056 commit b29d8a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/using-the-compiler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ Input Description
316316
},
317317
// Version of the EVM to compile for.
318318
// Affects type checking and code generation. Can be homestead,
319-
// tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london or paris
319+
// tangerineWhistle, spuriousDragon, byzantium, constantinople,
320+
// petersburg, istanbul, berlin, london, paris or shanghai (default)
320321
"evmVersion": "byzantium",
321322
// Optional: Change compilation pipeline to go through the Yul intermediate representation.
322323
// This is false by default.

0 commit comments

Comments
 (0)