-
Notifications
You must be signed in to change notification settings - Fork 6
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: support deployment of ens names #213
Conversation
@@ -15,6 +15,7 @@ HTTP_SERVER_HOST=0.0.0.0 | |||
|
|||
RPC_URL=https://rpc.decentraland.org/mainnet?project=worlds-content-server | |||
MARKETPLACE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/marketplace | |||
#ENS_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/ensdomains/ens |
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.
is ok for this to be commented?
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.
Yes, for now. So we don't have this enabled by default. If no var, no ens enabled.
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.
In any case, we manage this via definitions.
No description provided.