diff --git a/test/scripts/fund-validators.ts b/test/scripts/fund-validators.ts index c44e4e51..e80deb7e 100644 --- a/test/scripts/fund-validators.ts +++ b/test/scripts/fund-validators.ts @@ -18,7 +18,7 @@ interface FundValidatorsOptions { interface ValidatorConfig { validators: { publicKey: string; - privateKey: string; + privateKey?: string; solochainAddress?: string; // Optional substrate address }[]; notes?: string; @@ -87,13 +87,10 @@ export const fundValidators = async (options: FundValidatorsOptions): Promise