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

Feat: PR#69 adjustments #81

Closed
wants to merge 32 commits into from

Conversation

hhio618
Copy link

@hhio618 hhio618 commented Oct 8, 2024

Resolves #80

Comment on lines +20 to +21
process.env["NFT_MINTER_PRIVATE_KEY"] = "";
process.env["NFT_CONTRACT_ADDRESS"] = "";
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't look right.

Copy link
Author

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.

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Unused devDependencies (1)

Filename devDependencies
package.json @vercel/ncc

Unresolved imports (10)

Filename unresolved
scripts/compiled/index.js ../../types/cache
./cache
../types/client
./response
./request
../../types/webidl
./filereader
../../index
./websocket
../../types/websocket

@0x4007 0x4007 marked this pull request as draft October 10, 2024 11:47
@0x4007 0x4007 closed this Oct 16, 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.

Pull 69 Adjustments
3 participants