-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feat: PR#69 adjustments #81
Conversation
chore: test
process.env["NFT_MINTER_PRIVATE_KEY"] = ""; | ||
process.env["NFT_CONTRACT_ADDRESS"] = ""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I think this could be useful here if, down the road, someone needs to generate ERC721 tokens using this GitHub action. But for now, we can either stick with this approach or introduce a new environment schema, though that would require bigger changes to the codebase due to the type checks. Oh, and by the way, this actually relates to PR#69, not this one. I'll rebase once that PR is merged.
Unused devDependencies (1)
Unresolved imports (10)
|
Resolves #80