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 @@ -422,6 +422,11 @@ export function getArgs(): ClientOpts {
422
422
string : true ,
423
423
array : true ,
424
424
} )
425
+ . option ( 'loadBlocksFromEra1' , {
426
+ describe : 'path to a directory of era1 files' ,
427
+ string : true ,
428
+ optional : true ,
429
+ } )
425
430
. option ( 'pruneEngineCache' , {
426
431
describe :
427
432
'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 {
138
138
vmProfileBlocks ?: boolean
139
139
vmProfileTxs ?: boolean
140
140
loadBlocksFromRlp ?: string [ ]
141
+ loadBlocksFromEra1 ?: string
141
142
pruneEngineCache ?: boolean
142
143
savePreimages ?: boolean
143
144
verkleGenesisStateRoot ?: Uint8Array
You can’t perform that action at this time.
0 commit comments