Skip to content

Commit

Permalink
Merge pull request #56 from floornfts/alicia/minted-floor-fun-to-rall…
Browse files Browse the repository at this point in the history
…y-xyz-zora

Change minted on floor.fun to minted on rally.xyz
  • Loading branch information
chrismaddern authored Oct 1, 2024
2 parents e317914 + ae08668 commit 118c147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingestors/zora-internal/zora-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class ZoraMetadataProvider {
const mintFeePerTokenWei = mintPriceWei;
if (mintType === 'ZORA_TIMED') {
//mint(address mintTo, uint256 quantity, address collection, uint256 tokenId, address mintReferral, string comment)
params = `[address, quantity, "${tokenDetails.collection.address}", tokenId, "${FLOOR_REFERRER_REWARDS_ADDRESS}", "Minted on floor.fun"]`;
params = `[address, quantity, "${tokenDetails.collection.address}", tokenId, "${FLOOR_REFERRER_REWARDS_ADDRESS}", "Minted on rally.xyz"]`;
contractAddress = ZORA_TIMED_MINT_STRATEGY_ADDRESS;
method = 'mint';
abi = ZORA_TIMED_MINT_ABI;
Expand Down

0 comments on commit 118c147

Please sign in to comment.