Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill committed Apr 23, 2024
1 parent c802a4a commit 179922e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contextualizers/heuristics/erc1155Mint/erc1155Mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function generate(transaction: Transaction): Transaction {
},
};
// TODO: update below summary text
transaction.context.summaries['en'].default += 'by[[referrer]]';
transaction.context.summaries['en'].default += 'via[[referrer]]';
}

return transaction;
Expand Down
2 changes: 1 addition & 1 deletion src/contextualizers/heuristics/erc721Mint/erc721Mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function generate(transaction: Transaction): Transaction {
},
};
// TODO: update below summary text
transaction.context.summaries['en'].default += 'by[[referrer]]';
transaction.context.summaries['en'].default += 'via[[referrer]]';
}

return transaction;
Expand Down

0 comments on commit 179922e

Please sign in to comment.