From 0ba2fc91b120f5ec85c96ea2d3118346cc5944cb Mon Sep 17 00:00:00 2001 From: Pavel Zaborskii Date: Mon, 7 Oct 2024 14:16:07 +0400 Subject: [PATCH] Corrected (#765) Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> --- docs/architecture/stack/evm-state-manager/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/stack/evm-state-manager/index.mdx b/docs/architecture/stack/evm-state-manager/index.mdx index f447d897b..782047444 100644 --- a/docs/architecture/stack/evm-state-manager/index.mdx +++ b/docs/architecture/stack/evm-state-manager/index.mdx @@ -180,7 +180,7 @@ These operations are applied to two trees; [world state](#world-state) and [acco The world state tree maps all accounts that exist on the blockchain—contracts and externally-owned accounts (EOAs)—and points towards the account storage state for each. While on Ethereum Mainnet, -this data is stored in a standard trie, Linea uses the the accumulator to map accounts as key:value +this data is stored in a standard trie, Linea uses the accumulator to map accounts as key:value pairs. Otherwise, the implementation is similar to the EVM. Their structure is as follows: