Skip to content

[Contracts] Item NFT needs a collection name and ticker #1371

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

Closed
5p0rt5BEArD opened this issue May 2, 2024 · 0 comments · Fixed by #1378
Closed

[Contracts] Item NFT needs a collection name and ticker #1371

5p0rt5BEArD opened this issue May 2, 2024 · 0 comments · Fixed by #1378
Assignees
Labels
feature Something we should add or improve

Comments

@5p0rt5BEArD
Copy link
Contributor

The items NFT has its contract address as its name and we'd like it to be call
"Downstream Items"
Also should have symbol of "DSI"

Add these to the 1155 contract should work

string public name = "Downstream Items";
string public symbol = "DSI";

Could deploy to garnet and test using the garnet market place:
https://testnets.reservoir.tools/garnet

@ldunnplaymint ldunnplaymint changed the title Item NFT needs a collection name and ticker [Contracts] Item NFT needs a collection name and ticker May 3, 2024
@ldunnplaymint ldunnplaymint added the feature Something we should add or improve label May 3, 2024
@JackPlaymint JackPlaymint linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something we should add or improve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants