This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
c3fc614cd8
embark
/
templates
/
boilerplate
/
config
/
namesystem.js
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
convert json configs to js configs
2018-06-12 16:59:31 +00:00
module
.
exports
=
{
fix linting
2018-06-18 20:04:05 +00:00
default
:
{
convert json configs to js configs
2018-06-12 16:59:31 +00:00
available
_providers
:
[
"ens"
]
,
provider
:
"ens"
}
fix linting
2018-06-18 20:04:05 +00:00
}
;