diff --git a/src/common/ar-io.ts b/src/common/ar-io.ts index 34f2b34..fce11f1 100644 --- a/src/common/ar-io.ts +++ b/src/common/ar-io.ts @@ -262,7 +262,7 @@ export class ArIOReadable implements ArIOReadContract { */ async getArNSReservedNames({ evaluationOptions, - }: EvaluationParameters): Promise< + }: EvaluationParameters = {}): Promise< Record | Record > { const state = await this.contract.getState({ evaluationOptions });