mirror of https://github.com/embarklabs/embark.git
Add IPNS demo
This commit is contained in:
parent
663dac6009
commit
1800f506b1
|
@ -152,7 +152,6 @@ __embarkENS.setProvider = function (config) {
|
||||||
const ERROR_MESSAGE = 'ENS is not available in this chain';
|
const ERROR_MESSAGE = 'ENS is not available in this chain';
|
||||||
self.registration = config.registration;
|
self.registration = config.registration;
|
||||||
self.env = config.env;
|
self.env = config.env;
|
||||||
|
|
||||||
EmbarkJS.onReady(() => {
|
EmbarkJS.onReady(() => {
|
||||||
web3.eth.net.getId()
|
web3.eth.net.getId()
|
||||||
.then((id) => {
|
.then((id) => {
|
||||||
|
|
Loading…
Reference in New Issue