diff --git a/packages/sdk/src/client/edition/schedules.ts b/packages/sdk/src/client/edition/schedules.ts index cb93e0ed..17d6cadb 100644 --- a/packages/sdk/src/client/edition/schedules.ts +++ b/packages/sdk/src/client/edition/schedules.ts @@ -87,7 +87,7 @@ export async function editionRegisteredMinters( fromBlockOrBlockHash, }: { editionAddress: string - fromBlockOrBlockHash: BlockOrBlockHash | undefined + fromBlockOrBlockHash?: BlockOrBlockHash }, ): Promise { const { @@ -137,7 +137,7 @@ export async function editionMinterMintIds( }: { editionAddress: string minterAddress: string - fromBlockOrBlockHash: BlockOrBlockHash | undefined + fromBlockOrBlockHash?: BlockOrBlockHash }, ) { const { signerOrProvider } = await this.expectSignerOrProvider()