Skip to content

Commit

Permalink
fix: update fxhash partner name casing
Browse files Browse the repository at this point in the history
Signed-off-by: yungwknd <yungwkndllc@gmail.com>
  • Loading branch information
yungwkndllc committed Jun 22, 2024
1 parent 8fe6614 commit 63246ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingestors/fxhash/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class FxHashIngestor implements MintIngestor {
const mintBuilder = new MintTemplateBuilder()
.setOriginalUrl(url)
.setMintInstructionType(MintInstructionType.EVM_MINT)
.setPartnerName('FxHash');
.setPartnerName('fxhash');

// Example URL: https://www.fxhash.xyz/generative/slug/allegro
// First get the slug from the end
Expand Down

0 comments on commit 63246ed

Please sign in to comment.