File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,11 @@ export function getArgs(): ClientOpts {
421421 string : true ,
422422 array : true ,
423423 } )
424+ . option ( 'loadBlocksFromEra1' , {
425+ describe : 'path to a directory of era1 files' ,
426+ string : true ,
427+ optional : true ,
428+ } )
424429 . option ( 'pruneEngineCache' , {
425430 describe :
426431 'Enable/Disable pruning engine block cache (disable for testing against hive etc)' ,
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export interface ClientOpts {
138138 vmProfileBlocks ?: boolean
139139 vmProfileTxs ?: boolean
140140 loadBlocksFromRlp ?: string [ ]
141+ loadBlocksFromEra1 ?: string
141142 pruneEngineCache ?: boolean
142143 savePreimages ?: boolean
143144 verkleGenesisStateRoot ?: Uint8Array
You can’t perform that action at this time.
0 commit comments