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

Use mintbasev2.near instead of mintbase2.near #519

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Conversation

tifrel
Copy link
Member

@tifrel tifrel commented Jul 5, 2024

No description provided.

@@ -18,7 +18,7 @@ Example usage:
import { dynamicNftMetadata } from '@mintbase-js/data'

const props = {
contractAddress: 'dynamic.mintbase2.near',
contractAddress: 'dynamic.mintbasev2.near',
Copy link
Contributor

Choose a reason for hiding this comment

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

This appears so many times it could easily be a global constant. Then future changes wouldn't touch so much code.

Copy link
Member Author

Choose a reason for hiding this comment

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

It already is a global constant, but used only sporadically. The changes also resulted from the fact that the name was arbitrarly used in places and I just replaced it in all the project even where it didn't have anything to do with the factory.

Copy link
Contributor

@bh2smith bh2smith left a comment

Choose a reason for hiding this comment

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

Please make this value a global constant.

@tifrel tifrel merged commit 16defd9 into beta Jul 9, 2024
2 checks passed
@tifrel tifrel deleted the rename-v2-factory branch July 9, 2024 15:54
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.

3 participants