Skip to content

Commit

Permalink
Update packages/subgraph/tests/helpers/method-classes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
josemarinas and heueristik authored Feb 1, 2024
1 parent da36cd2 commit e327466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/tests/helpers/method-classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class ERC721ContractMethods extends ERC721Contract {
if (!this.symbol) {
throw new Error('Symbol is null');
}
// we cast to string only for stoping rust compiler complaints.
// we cast to string only for stopping rust compiler complaints.
createERC20TokenCalls(
DAO_TOKEN_ADDRESS,
'10',
Expand Down

0 comments on commit e327466

Please sign in to comment.