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 {
421
421
string : true ,
422
422
array : true ,
423
423
} )
424
+ . option ( 'loadBlocksFromEra1' , {
425
+ describe : 'path to a directory of era1 files' ,
426
+ string : true ,
427
+ optional : true ,
428
+ } )
424
429
. option ( 'pruneEngineCache' , {
425
430
describe :
426
431
'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