Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Apr 11, 2024
1 parent af4c702 commit c5b389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/src/utils/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function fetchOrCreateWrappedERC20Entity(
if (totalSupply.reverted || balanceOf.reverted || underlying.reverted) {
return null;
}
// get and save the underliying contract
// get and save the underlying contract
const underlyingContract = fetchOrCreateERC20Entity(underlying.value);
if (!underlyingContract) {
return null;
Expand Down

0 comments on commit c5b389e

Please sign in to comment.