Add in immutables docs

This commit is contained in:
Kaan Uzdoğan 2023-05-15 16:32:12 +02:00
parent 9804085934
commit a334ab3525

View File

@ -84,7 +84,8 @@ contract's runtime code before it is returned by replacing all references
to immutables with the values assigned to them. This is important if
you are comparing the
runtime code generated by the compiler with the one actually stored in the
blockchain.
blockchain. The compiler outputs where these immutables are located in the bytecode
in the ``immutableReferences`` of the :ref:`compiler output <compiler-api>`
.. note::
Immutables that are assigned at their declaration are only considered