Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change minted on floor.fun to minted on rally.xyz for zora mint comments #54

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/.gitignore

This file was deleted.

Empty file removed scripts/clones/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions scripts/clones/floornfts
Submodule floornfts added at d6027b
58 changes: 0 additions & 58 deletions scripts/test-fork.sh

This file was deleted.

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
Loading