embark/packages/embarkjs/ens
Jonathan Rainville 3ceac534e1 fix(@embark/ens): fix registerSubDomain in tests and add test
registerSubDomain  didn't work in tests because it used the old way
of checking the env, which is checking the `this.env` string, but in
tests, we use the `test` env. So instead, we now check if it is a
known network using the network ID (like we do for other place)
2020-01-29 12:54:10 -05:00
..
src fix(@embark/ens): fix registerSubDomain in tests and add test 2020-01-29 12:54:10 -05:00
.babelrc.js build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
.gitignore build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
.npmrc build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
CHANGELOG.md chore(prerelease): 5.1.1-nightly.0 2020-01-29 00:12:23 +00:00
README.md chore: update site urls 2020-01-28 12:07:17 -05:00
package.json chore(prerelease): 5.1.1-nightly.0 2020-01-29 00:12:23 +00:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00

README.md

embarkjs-ens

embarkjs plugin to interact with ens

Visit framework.embarklabs.io to get started with Embark.