From a334ab352533ceb7128b9b704165649a1770148b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Uzdo=C4=9Fan?= Date: Mon, 15 May 2023 16:32:12 +0200 Subject: [PATCH] Add in immutables docs --- docs/contracts/constant-state-variables.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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