diff --git a/docs/contracts/constant-state-variables.rst b/docs/contracts/constant-state-variables.rst index 2e94397b1..d99004e00 100644 --- a/docs/contracts/constant-state-variables.rst +++ b/docs/contracts/constant-state-variables.rst @@ -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 ` .. note:: Immutables that are assigned at their declaration are only considered