mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-22 19:50:50 +00:00
de9e667794
Adds back the feature to change ENS config per test Fixes ENS not working in the console because EmbarkJS was not ready
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"default" : {
|
|
"enabled": true,
|
|
"available_providers": ["ens"],
|
|
"provider": "ens",
|
|
"register": {
|
|
"rootDomain": "embark.eth"
|
|
}
|
|
}
|
|
}
|