diff --git a/tasks.ts b/tasks.ts index 2512cad5..d55f5a95 100644 --- a/tasks.ts +++ b/tasks.ts @@ -167,6 +167,7 @@ task(TASK_NAMES.FULFILL_ANALYTICS, 'Fulfill pendant network analytics') undefined, types.string ) + .addFlag('runDry', 'run the script without actually fulfilling the analytics') .setAction(async (taskArgs, hre: any) => { await hre.run(SUB_TASK_NAMES.INITIALIZE_DEFAULT_ADDRESSES); await hre.run(SUB_TASK_NAMES.FULFILL_ANALYTICS, taskArgs);