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(@embark/core): Support directives in ENS config #1165

Merged
merged 1 commit into from
Dec 7, 2018

Commits on Dec 6, 2018

  1. feat(@embark/core): Support directives in ENS config

    Support directives in ENS configurations, such that subdomains can be registered to addresses of deployed tokens.
    
    The following directives are supported:
    ```
    "register": {
          "rootDomain": "embark.eth",
          "subdomains": {
            "status": "0x4a17f35f0a9927fb4141aa91cbbc72c1b31598de",
            "mytoken": "$MyToken",
            "MyToken2": "$MyToken2"
          }
        }
    ```
    
    Add unit test for these directives.
    emizzle committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    3e7efc7 View commit details
    Browse the repository at this point in the history