-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
@@ -18,7 +18,7 @@ Example usage: | |||
import { dynamicNftMetadata } from '@mintbase-js/data' | |||
|
|||
const props = { | |||
contractAddress: 'dynamic.mintbase2.near', | |||
contractAddress: 'dynamic.mintbasev2.near', |
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.
This appears so many times it could easily be a global constant. Then future changes wouldn't touch so much code.
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.
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.
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.
Please make this value a global constant.
No description provided.