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 e327466 commit 63d8918
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 @@ -382,7 +382,7 @@ class ERC20ContractMethods extends ERC20Contract {
if (totalSupply) {
supply = totalSupply;
}
// we cast to string only for stoping rust compiler complaints.
// we cast to string only for stopping rust compiler complaints.
createERC20TokenCalls(
this.id,
supply,
Expand Down

0 comments on commit 63d8918

Please sign in to comment.