update tomls and README

This commit is contained in:
i-norden 2023-04-09 11:01:23 -05:00
parent f3379e33dd
commit 07bd875752
3 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -17,8 +17,6 @@
only = true
ranges = []
[prerun.params]
intermediateStateNodes = true
intermediateStorageNodes = true
includeBlock = true
includeReceipts = true
includeTD = true

View File

@ -20,8 +20,6 @@
[0, 1000]
]
[prerun.params]
intermediateStateNodes = true
intermediateStorageNodes = true
includeBlock = true
includeReceipts = true
includeTD = true