From 07bd8757521c8ec692f330635b6f8ea7502501ca Mon Sep 17 00:00:00 2001 From: i-norden Date: Sun, 9 Apr 2023 11:01:23 -0500 Subject: [PATCH] update tomls and README --- README.md | 2 -- environments/config.toml | 2 -- environments/example.toml | 2 -- 3 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 79ec4d9..58d1592 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ An example config file: # statediffing params for prerun [prerun.params] - intermediateStateNodes = true # PRERUN_INTERMEDIATE_STATE_NODES - intermediateStorageNodes = true # PRERUN_INTERMEDIATE_STORAGE_NODES includeBlock = true # PRERUN_INCLUDE_BLOCK includeReceipts = true # PRERUN_INCLUDE_RECEIPTS includeTD = true # PRERUN_INCLUDE_TD diff --git a/environments/config.toml b/environments/config.toml index 3a5dd94..fa7e1b8 100644 --- a/environments/config.toml +++ b/environments/config.toml @@ -17,8 +17,6 @@ only = true ranges = [] [prerun.params] - intermediateStateNodes = true - intermediateStorageNodes = true includeBlock = true includeReceipts = true includeTD = true diff --git a/environments/example.toml b/environments/example.toml index a0e85e5..957047a 100644 --- a/environments/example.toml +++ b/environments/example.toml @@ -20,8 +20,6 @@ [0, 1000] ] [prerun.params] - intermediateStateNodes = true - intermediateStorageNodes = true includeBlock = true includeReceipts = true includeTD = true