Skip to content

Commit

Permalink
fix: ts getClassHashAt oprional blockid
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed May 10, 2023
1 parent 878156e commit f54bfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class Provider implements ProviderInterface {

public async getClassHashAt(
contractAddress: string,
blockIdentifier: BlockIdentifier
blockIdentifier?: BlockIdentifier
): Promise<string> {
return this.provider.getClassHashAt(contractAddress, blockIdentifier);
}
Expand Down

0 comments on commit f54bfd0

Please sign in to comment.