mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
Add IPNS demo
This commit is contained in:
parent
0ddcd5b9cd
commit
5ca9892fcd
@ -259,3 +259,7 @@ __embarkENS.registerSubDomain = function (name, address, callback) {
|
||||
__embarkENS.isAvailable = function () {
|
||||
return Boolean(this._isAvailable);
|
||||
};
|
||||
|
||||
__embarkENS.register = function () {
|
||||
return new Error("Not available with ENS");
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user