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

Add setCreator method to builder. Add to FXHash #20

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

chrismaddern
Copy link
Contributor

  • Adds new setCreator method to the builder to describe the creator (e.g. artist)
  • Adds setMintOutputContract to builder to identify the contract of the output NFT (if separate from the minting contract)

Updates the FXhash ingestor to support these properties.

@chrismaddern chrismaddern requested review from ckorhonen and agans June 30, 2024 19:20
const totalPriceWei = await getFxHashMintPriceInEth(
contract.chainId,
contractAddress,
contract.contractAddress,
1,
0,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @yungwkndllc I have no idea what this field is, but... it sometimes works with 1, but in all cases I could find it works with 0 when it works with 1, or when it won't work with 1.

So favoring 0 🤷

@chrismaddern chrismaddern requested review from ckorhonen and agans and removed request for ckorhonen and agans July 2, 2024 09:53
@chrismaddern chrismaddern merged commit a1463ce into main Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants