diff --git a/docs/architecture/stack/evm-state-manager/index.mdx b/docs/architecture/stack/evm-state-manager/index.mdx index 7994a2991..1a7e6ce60 100644 --- a/docs/architecture/stack/evm-state-manager/index.mdx +++ b/docs/architecture/stack/evm-state-manager/index.mdx @@ -37,7 +37,7 @@ retrieval of data about the state of every account on the blockchain. A Merkle tree is comprised of 'nodes' that branch off from each other. At the base is the 'root', or state root, from which branches stem, and leaves stem from the branches. -
+
```mermaid flowchart TD @@ -46,7 +46,7 @@ or state root, from which branches stem, and leaves stem from the branches. C --> F[node] & G[node] ```
-
+ Each node, regardless of type, is represented by a cryptographic hash which encodes data about its properties — for example, the contents of your account. Each hash encodes the hashes of its child