Skip to content

Commit

Permalink
make optional block or hash for external usage
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Apr 3, 2023
1 parent 9bfff34 commit 3255645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/client/edition/schedules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function editionRegisteredMinters(
fromBlockOrBlockHash,
}: {
editionAddress: string
fromBlockOrBlockHash: BlockOrBlockHash | undefined
fromBlockOrBlockHash?: BlockOrBlockHash
},
): Promise<string[]> {
const {
Expand Down Expand Up @@ -137,7 +137,7 @@ export async function editionMinterMintIds(
}: {
editionAddress: string
minterAddress: string
fromBlockOrBlockHash: BlockOrBlockHash | undefined
fromBlockOrBlockHash?: BlockOrBlockHash
},
) {
const { signerOrProvider } = await this.expectSignerOrProvider()
Expand Down

0 comments on commit 3255645

Please sign in to comment.